diff options
| -rw-r--r-- | setup.py | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -9,7 +9,14 @@ setup( long_description="""\ This tool provides code to load WSGI applications and servers from URIs; these URIs can refer to Python Eggs for INI-style configuration -files. +files. `Paste Script <http://pythonpaste.org/script>`_ provides +commands to serve applications based on this configuration file. + +The latest version is available in a `Subversion repository +<http://svn.pythonpaste.org/Paste/Deploy/trunk#egg=PasteDeploy==dev>`_. + +For the latest changes see the `news file +<http://pythonpaste.org/deploy/news.html>`_. """, classifiers=["Development Status :: 4 - Beta", "Intended Audience :: Developers", |
