diff options
| author | ianb <ianb@localhost> | 2006-01-09 05:48:40 +0000 |
|---|---|---|
| committer | ianb <ianb@localhost> | 2006-01-09 05:48:40 +0000 |
| commit | df8a0adb879c9d3d94eb18705226f6194074301e (patch) | |
| tree | 681311ffe26dbaa06f8c76788d3d27555eda4abc | |
| parent | b4e6febf868cf307ca8c444e449232033d4f1505 (diff) | |
| download | pastedeploy-git-0.4.tar.gz | |
Updated setup.py description0.4
| -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", |
