author='MINES ParisTech',
url='https://scm.cri.mines-paristech.fr/git/linpy.git',
packages=['linpy'],
- ext_modules = [
+ ext_modules=[
Extension('linpy._islhelper',
sources=['linpy/_islhelper.c'],
libraries=['isl'])
- ]
+ ],
+ test_suite='linpy.tests'
)