X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/716fef940d54c340234d568b292b1c03cdefe049..b2931230a184025bdb6006bfe48c9b1dc18dc351:/setup.py diff --git a/setup.py b/setup.py index 72dfa95..609b2b9 100755 --- a/setup.py +++ b/setup.py @@ -19,11 +19,15 @@ from distutils.core import setup, Extension +with open('linpy/_version.py') as file: + exec(file.read()) + setup( name='LinPy', + version=__version__, description='A polyhedral library based on isl', author='MINES ParisTech', - url='https://scm.cri.ensmp.fr/git/linpy.git', + url='https://scm.cri.mines-paristech.fr/git/linpy.git', packages=['linpy'], ext_modules = [ Extension('linpy._islhelper',