projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
values used for toisl(some expressions not correct)
[linpy.git]
/
setup.py
diff --git
a/setup.py
b/setup.py
index
08587b7
..
caeacb5
100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-8,6
+8,6
@@
setup(
author='MINES ParisTech',
packages=['pypol'],
ext_modules = [
author='MINES ParisTech',
packages=['pypol'],
ext_modules = [
- Extension('pypol
/islhelper', sources=['pypol/islhelper
.c'])
+ Extension('pypol
._isl', sources=['pypol/_isl
.c'])
]
)
]
)