From: W. Trevor King Date: Tue, 14 Jul 2009 10:54:42 +0000 (-0400) Subject: Updated setup.py url and switched to rolling version names. X-Git-Tag: 1.0.0~63^2~26 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1bfa1a8469753c3dbc2c4c1dfc735f056c00d2b8;p=be.git Updated setup.py url and switched to rolling version names. --- diff --git a/setup.py b/setup.py index b909f3f..e770419 100755 --- a/setup.py +++ b/setup.py @@ -1,12 +1,16 @@ #!/usr/bin/env python from distutils.core import setup +from libbe import _version + +rev_id = _version.version_info["revision_id"] +rev_date = rev_id.split("-")[1] setup( name='Bugs Everywhere', - version='0.0.193', + version=rev_date, description='Bugtracker built on distributed revision control', - url='http://panoramicfeedback.com/opensource/', + url='http://bugseverywhere.org/', packages=['becommands', 'libbe'], scripts=['be'], data_files=[