ISCC wrapper and projection
[linpy.git] / setup.py
index a0dfb8a..10e32f5 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -3,8 +3,8 @@
 from distutils.core import setup
 
 setup(
 from distutils.core import setup
 
 setup(
-    name='pypol',
+    name='polyp',
     description='A polyhedral library based on ISL',
     author='MINES ParisTech',
     description='A polyhedral library based on ISL',
     author='MINES ParisTech',
-    packages=['pypol']
+    packages=['polyp']
 )
 )