]> CRI, Mines Paris - PSL - linpy.git/blobdiff - setup.py
Makefile for virtualenv
[linpy.git] / setup.py
index 08587b761d39d515d0b517a697e30876ddf066a0..57aa813533ea9fb64df6b699a2dbc23f22a7f42b 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.islhelper', sources=['pypol/islhelper.c'])
     ]
 )