X-Git-Url: http://git.onelab.eu/?p=nepi.git;a=blobdiff_plain;f=setup.py;h=3225cc275fce1e0206336bb3b1b7f57df93fb2f4;hp=089c2512db60d46ba26c58d40b334cf76f014fab;hb=ed43f7da2b40a73569d134160d7526f9e116d23c;hpb=73cfb31233ab2d1e1e86ab187b2bd1aa0f33ce7e diff --git a/setup.py b/setup.py index 089c2512..3225cc27 100755 --- a/setup.py +++ b/setup.py @@ -8,11 +8,10 @@ PY2 = sys.version_info[0] == 2 # read version # while cleaning up version.py might just not be there -#try: -# from nepi.util.version import version_tag -#except: -# version_tag = 'cleaningup' -from nepi.util.version import version_tag +try: + from nepi.util.version import version_tag +except: + version_tag = 'cleaningup' # read licence info with open("COPYING") as f: