diff --git a/setup.py b/setup.py index 4033d0e..af69edf 100644 --- a/setup.py +++ b/setup.py @@ -38,10 +38,5 @@ #return os.path.join(os.path.dirname(__file__), # filename) - build = 0 - if os.path.exists(__path('build.info')): - build = open(__path('build.info')).read().strip() - - version= '0.6.{}'.format(build) )