projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove and edit method
[linpy.git]
/
setup.py
diff --git
a/setup.py
b/setup.py
index
57aa813
..
368983e
100755
(executable)
--- 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._islhelper',
+ sources=['pypol/_islhelper.c'],
+ libraries=['isl'])
]
)