projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bed7587
)
setup.py: don't put the date in the setup.py version (PyPI gets mad).
author
W. Trevor King
<wking@tremily.us>
Thu, 25 Oct 2012 23:11:19 +0000
(19:11 -0400)
committer
W. Trevor King
<wking@tremily.us>
Thu, 25 Oct 2012 23:11:19 +0000
(19:11 -0400)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/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',