summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorianb <ianb@localhost>2006-01-09 05:48:40 +0000
committerianb <ianb@localhost>2006-01-09 05:48:40 +0000
commitdf8a0adb879c9d3d94eb18705226f6194074301e (patch)
tree681311ffe26dbaa06f8c76788d3d27555eda4abc
parentb4e6febf868cf307ca8c444e449232033d4f1505 (diff)
downloadpastedeploy-git-0.4.tar.gz
Updated setup.py description0.4
-rw-r--r--setup.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a5f47b1..96d57f3 100644
--- a/setup.py
+++ b/setup.py
@@ -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",