]> CRI, Mines Paris - PSL - linpy.git/blobdiff - setup.py
Improve representation of Constants
[linpy.git] / setup.py
index 08587b761d39d515d0b517a697e30876ddf066a0..caeacb50161ec915a6dcd084edd1816473165055 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'])
     ]
 )