X-Git-Url: https://scm.cri.minesparis.psl.eu/git/linpy.git/blobdiff_plain/f431ff9e62582cf7a4f12d17fb198c2fdaf47044..76c0aa89c5a4008aaf0de557dd659917518aa41a:/setup.py

diff --git a/setup.py b/setup.py
index 08587b7..57aa813 100755
--- 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'])
     ]
 )