X-Git-Url: https://scm.cri.mines-paristech.fr/git/linpy.git/blobdiff_plain/f431ff9e62582cf7a4f12d17fb198c2fdaf47044..4a5b05e6a8198c51980c14101b06a3e9e0159f4c:/setup.py diff --git a/setup.py b/setup.py index 08587b7..caeacb5 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._isl', sources=['pypol/_isl.c']) ] )