projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use property decorators for symbols method
[linpy.git]
/
setup.py
diff --git
a/setup.py
b/setup.py
index
a0dfb8a
..
10e32f5
100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-3,8
+3,8
@@
from distutils.core import setup
setup(
- name='p
ypol
',
+ name='p
olyp
',
description='A polyhedral library based on ISL',
author='MINES ParisTech',
- packages=['p
ypol
']
+ packages=['p
olyp
']
)