Add MANIFEST.in
[linpy.git] / setup.py
index 609b2b9..f1e95cb 100755 (executable)
--- a/setup.py
+++ b/setup.py
 
 from distutils.core import setup, Extension
 
 
 from distutils.core import setup, Extension
 
+
 with open('linpy/_version.py') as file:
     exec(file.read())
 
 setup(
     name='LinPy',
     version=__version__,
 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',
     description='A polyhedral library based on isl',
     author='MINES ParisTech',
     url='https://scm.cri.mines-paristech.fr/git/linpy.git',