X-Git-Url: https://scm.cri.mines-paristech.fr/git/linpy.git/blobdiff_plain/841943174bb4d3b602e8e055592d8b54d1bb086d..bb2fe6868c69f2d478da3ecbf4efeeef21c6eae2:/setup.py?ds=inline diff --git a/setup.py b/setup.py index a0dfb8a..10e32f5 100755 --- a/setup.py +++ b/setup.py @@ -3,8 +3,8 @@ from distutils.core import setup setup( - name='pypol', + name='polyp', description='A polyhedral library based on ISL', author='MINES ParisTech', - packages=['pypol'] + packages=['polyp'] )