Restructuring project for python's setuptools
This commit is contained in:
11
packstack/version.py
Normal file
11
packstack/version.py
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
VERSION = ['2013', '2', '1']
|
||||
FINAL=False
|
||||
|
||||
def version_string():
|
||||
if FINAL:
|
||||
return '.'.join(filter(None, VERSION))
|
||||
else:
|
||||
return '.'.join(filter(None, VERSION))+"dev"
|
||||
|
||||
|
Reference in New Issue
Block a user