From 76668c7a73619b6943d1a7dfccc41a301cb1c810 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 16 Jan 2013 11:36:16 +0100 Subject: [PATCH] prepare for setup sdist --- INSTALL.txt => README.txt | 0 setup.py | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) rename INSTALL.txt => README.txt (100%) diff --git a/INSTALL.txt b/README.txt similarity index 100% rename from INSTALL.txt rename to README.txt diff --git a/setup.py b/setup.py index 77e66582..e9a34292 100755 --- 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) -- 2.43.0