mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
8de68f8733
written by Allan Saddi. flup is functionally divided into three components: * FlupServers * FlupMiddleware * FlupPublisher WWW: http://www.saddi.com/software/flup/ PR: ports/106828 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org> Approved by: alexbl (mentor, implicit)
12 lines
355 B
Python
12 lines
355 B
Python
--- setup.py.orig Sat Dec 16 22:39:23 2006
|
|
+++ setup.py Sat Dec 16 22:35:49 2006
|
|
@@ -7,7 +7,7 @@
|
|
name = 'flup',
|
|
version = '0.5',
|
|
packages = find_packages(),
|
|
- zip_safe = True, # Despite flup.resolver.importingmodule
|
|
+# zip_safe = True, # Despite flup.resolver.importingmodule
|
|
|
|
entry_points = """
|
|
[paste.server_factory]
|