version declaration updated

This commit is contained in:
Serghei Mihai 2014-04-24 13:38:46 +02:00
parent a1d860ecf1
commit fdbe775202
4 changed files with 1 additions and 7 deletions

View File

@ -1 +0,0 @@
0.1

View File

@ -1 +0,0 @@
__version__ = '0.1'

View File

@ -0,0 +1 @@
__version__ = '0.1'

View File

@ -31,11 +31,6 @@ class eo_sdist(sdist):
def get_version():
version = None
if os.path.exists('VERSION'):
version_file = open('VERSION', 'r')
version = version_file.read()
version_file.close()
return version
for d in glob.glob('*'):
if not os.path.isdir(d):
continue