]> CRI, Mines Paris - PSL - linpy.git/blobdiff - setup.py
Change name of method
[linpy.git] / setup.py
index 08587b761d39d515d0b517a697e30876ddf066a0..368983eda1656e8975b13c20c5a6cc3d9272f0ff 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -8,6 +8,8 @@ setup(
     author='MINES ParisTech',
     packages=['pypol'],
     ext_modules = [
-        Extension('pypol/islhelper', sources=['pypol/islhelper.c'])
+        Extension('pypol._islhelper',
+            sources=['pypol/_islhelper.c'],
+            libraries=['isl'])
     ]
 )