setup.py: don't put the date in the setup.py version (PyPI gets mad).
authorW. Trevor King <wking@tremily.us>
Thu, 25 Oct 2012 23:11:19 +0000 (19:11 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 25 Oct 2012 23:11:19 +0000 (19:11 -0400)
setup.py

index a8973de9755024f2601fabd22c7a24d37ae9c7c1..cf05e1daaa4c91911c6c9adfcaf9fb927abb5726 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ if os.path.exists(man_path):
 
 setup(
     name='Bugs Everywhere',
-    version='{} ({})'.format(version.version(), rev_date),
+    version='{}'.format(version.version()),
     description='Bugtracker supporting distributed revision control',
     url='http://bugseverywhere.org/',
     packages=['libbe',