summaryrefslogtreecommitdiff
path: root/updatezinfo.py
diff options
context:
space:
mode:
authorTomi Pieviläinen <tomi.pievilainen+launchpad@iki.fi>2012-03-03 11:43:08 +0200
committerTomi Pieviläinen <tomi.pievilainen+launchpad@iki.fi>2012-03-03 11:43:08 +0200
commit40996e01996096f252ef9d7754edf054e691900d (patch)
tree2bac9b8916f60f90041184b78b35bd6e295aaf38 /updatezinfo.py
parent8a7cfe03f12938b2a3b12fa549ef03c043c01b98 (diff)
downloaddateutil-40996e01996096f252ef9d7754edf054e691900d.tar.gz
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).
Diffstat (limited to 'updatezinfo.py')
-rwxr-xr-xupdatezinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/updatezinfo.py b/updatezinfo.py
index ae8b772..415b8c3 100755
--- a/updatezinfo.py
+++ b/updatezinfo.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/python
from dateutil.zoneinfo import rebuild
import shutil
import sys