X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/88b274d96fde76a3fb7f41c7c2359c8dc8987cb8..7d48f758689e0b4b198839763f65d4cce08198fc:/setup.py diff --git a/setup.py b/setup.py index 4f3fd3b..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', - description='A polyhedral library based on ISL', + 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',