X-Git-Url: https://scm.cri.mines-paristech.fr/git/linpy.git/blobdiff_plain/ddd4ffae2055577597ec46bf195bd401aaa9c625..096532c477811ce4fe26f2e6a82cb0b795bdeca2:/setup.py?ds=sidebyside 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'] )