chiark / gitweb /
Fix Python package name.
authormdw <mdw>
Mon, 6 Feb 2006 17:34:14 +0000 (17:34 +0000)
committermdw <mdw>
Mon, 6 Feb 2006 17:34:14 +0000 (17:34 +0000)
setup.py

index 41c302d6d3c47129b35bf0db333c1003094b1a3b..51e897b7bb622cf247778d87e550ff753b51d575 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ def needs_update_p(target, deps):
 if needs_update_p('getdate.c', ['getdate.y']):
   OS.system('bison -o getdate.c getdate.y')
 
 if needs_update_p('getdate.c', ['getdate.y']):
   OS.system('bison -o getdate.c getdate.y')
 
-setup(name = 'getdate',
+setup(name = 'getdate-python',
       version = '1.0.0',
       description = 'Date/time parser',
       author = 'Mark Wooding',
       version = '1.0.0',
       description = 'Date/time parser',
       author = 'Mark Wooding',