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
b530f28
..
368983e
100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-8,8
+8,8
@@
setup(
author='MINES ParisTech',
packages=['pypol'],
ext_modules = [
- Extension('pypol._isl',
- sources=['pypol/_isl.c'],
+ Extension('pypol._isl
helper
',
+ sources=['pypol/_isl
helper
.c'],
libraries=['isl'])
]
)