Add __slots__ declarations
[linpy.git] / setup.py
index 57aa813..caeacb5 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -8,6 +8,6 @@ setup(
     author='MINES ParisTech',
     packages=['pypol'],
     ext_modules = [
-        Extension('pypol.islhelper', sources=['pypol/islhelper.c'])
+        Extension('pypol._isl', sources=['pypol/_isl.c'])
     ]
 )