freebsd-ports/math/py-graphillion/files/patch-setup.py
Kubilay Kocak 8340742be3 graphics/py-graphillion: Move from graphics/ to math/ at authors request
- Move py-graphillion from graphics/ to math/
- Update both category indexes
- Add MOVED entry

Reviewed by:	az
2013-06-22 09:00:50 +00:00

8 lines
229 B
Python

--- ./setup.py.orig 2013-06-21 19:44:04.348822813 +1000
+++ ./setup.py 2013-06-21 19:44:14.872371187 +1000
@@ -51,4 +51,5 @@
),
],
test_suite='graphillion.test',
+ zip_safe=False,
)