From 40996e01996096f252ef9d7754edf054e691900d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Pievil=C3=A4inen?= Date: Sat, 3 Mar 2012 11:43:08 +0200 Subject: Metadata fixes Fix remaining references to PSF license, change maintainer info. Removed most occurances of __author__, since it felt redundant with the copyright notice (credit) and package metadata (developer contact). Also fixed references to Python 2.3 (it's not even tested anymore) and changed calls from python3 to just python (let the system decide). --- dateutil/relativedelta.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dateutil/relativedelta.py') diff --git a/dateutil/relativedelta.py b/dateutil/relativedelta.py index 67de55e..1674d80 100644 --- a/dateutil/relativedelta.py +++ b/dateutil/relativedelta.py @@ -1,10 +1,9 @@ """ Copyright (c) 2003-2010 Gustavo Niemeyer -This module offers extensions to the standard python 2.3+ +This module offers extensions to the standard Python datetime module. """ -__author__ = "Gustavo Niemeyer " __license__ = "Simplified BSD" import datetime -- cgit v1.2.3