X-Git-Url: https://git.distorted.org.uk/~mdw/getdate-python/blobdiff_plain/6f110c11249f7545511839cc9c1ee3891feb2c7e..6ee0e7aaa65bcf9d1ec082fae7a710a809c02778:/setup.py diff --git a/setup.py b/setup.py index 41c302d..51e897b 100644 --- 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') -setup(name = 'getdate', +setup(name = 'getdate-python', version = '1.0.0', description = 'Date/time parser', author = 'Mark Wooding',