forked from Lainports/freebsd-ports
used separately from the form generation. The validation works on compound data structures, with all parts being nestable. It is separate from HTTP or any other input mechanism. PR: ports/89160 Submitted by: Choe Cheng-Dae <whitekid@gmail.com>
16 lines
316 B
Python
16 lines
316 B
Python
|
|
$FreeBSD$
|
|
|
|
--- setup.py.orig
|
|
+++ setup.py
|
|
@@ -1,6 +1,7 @@
|
|
-from ez_setup import use_setuptools
|
|
-use_setuptools()
|
|
-from setuptools import setup
|
|
+#from ez_setup import use_setuptools
|
|
+#use_setuptools()
|
|
+#from setuptools import setup
|
|
+from distutils.core import setup
|
|
|
|
setup(name="FormEncode",
|
|
version="0.3",
|