Author: ianb
Date: 2007-03-11 15:53:54 -0600 (Sun, 11 Mar 2007)
New Revision: 2405
Modified:
FormEncode/trunk/setup.py
Log:
added ==dev download link
Modified: FormEncode/trunk/setup.py
===================================================================
--- FormEncode/trunk/setup.py 2007-03-06 20:03:09 UTC (rev 2404)
+++ FormEncode/trunk/setup.py 2007-03-11 21:53:54 UTC (rev 2405)
@@ -11,6 +11,10 @@
FormEncode validates and converts nested structures. It allows for
a declarative form of defining the validation, and decoupled processes
for filling and generating forms.
+
+It has a `subversion repository
+<http://svn.formencode.org/FormEncode/trunk#egg=FormEncode-dev>`_ that
+you can install from with ``easy_install FormEncode==dev``
""",
classifiers=["Development Status :: 4 - Beta",
"Intended Audience :: Developers",
|