X-Git-Url: https://git.distorted.org.uk/~mdw/getdate-python/blobdiff_plain/d911b255dbf66e730a1409bd70002a4e2fead4f7..127ba3759384c65f553ca2664317713da02a1bee:/setup.py?ds=sidebyside 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',