X-Git-Url: https://svn.cri.mines-paristech.fr/git/linpy.git/blobdiff_plain/efe7abf81717b6bf1f0e6d66352a4c3615538789..8b80ed2263c6e0cf7d6589f36eb3338eaeaaa7e3:/setup.py

diff --git a/setup.py b/setup.py
index b530f28..368983e 100755
--- a/setup.py
+++ b/setup.py
@@ -8,8 +8,8 @@ setup(
     author='MINES ParisTech',
     packages=['pypol'],
     ext_modules = [
-        Extension('pypol._isl',
-            sources=['pypol/_isl.c'],
+        Extension('pypol._islhelper',
+            sources=['pypol/_islhelper.c'],
             libraries=['isl'])
     ]
 )