X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/36156a49062f344bee22bd87310b5e03f0955c5d..d9d050a1a44fd98d3f4553aeff16a0aa60ca8755:/setup.py diff --git a/setup.py b/setup.py index 57aa813..b530f28 100755 --- 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._isl', + sources=['pypol/_isl.c'], + libraries=['isl']) ] )