from distutils.core import setup, Extension
+
with open('linpy/_version.py') as file:
exec(file.read())
setup(
name='LinPy',
version=__version__,
+ license='GPLv3',
description='A polyhedral library based on isl',
author='MINES ParisTech',
url='https://scm.cri.mines-paristech.fr/git/linpy.git',