prepare for setup sdist
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 16 Jan 2013 10:36:16 +0000 (11:36 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 16 Jan 2013 10:36:16 +0000 (11:36 +0100)
README.txt [moved from INSTALL.txt with 100% similarity]
setup.py

similarity index 100%
rename from INSTALL.txt
rename to README.txt
index 77e6658..e9a3429 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -9,6 +9,8 @@ from glob import glob
 import shutil
 from distutils.core import setup
 
+from sfa.util.version import version_tag
+
 scripts = glob("clientbin/*.py") + \
     [ 
     'config/sfa-config-tty',
@@ -105,5 +107,6 @@ else:
     setup(name='sfa',
           packages = packages, 
           data_files = data_files,
-          scripts = scripts)
+          scripts = scripts,
+          version=version_tag)