summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 86635d0..550181c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -12,7 +12,7 @@ docs = docs/index.txt docs/DeveloperGuidelines.txt docs/StyleGuide.txt
docs/download/index.txt
docs/develop-example.txt docs/developer-features.txt
docs/enabled.txt docs/install-example.txt
- docs/related-projects.txt
+ docs/related-projects.txt docs/news.txt
exclude_modules = paste.script paste.deploy paste.webkit
paste.util.subprocess24 paste.util.doctest24
paste.util.string24 paste.util.UserDict24
diff --git a/setup.py b/setup.py
index 7411820..78c8d69 100644
--- a/setup.py
+++ b/setup.py
@@ -107,7 +107,7 @@ Other Tools
HTML code, in ``paste.url``
The latest version is available in a `Subversion repository
-<http://svn.pythonpaste.org/Paste/trunk#egg=Paste==dev>`_.
+<http://svn.pythonpaste.org/Paste/trunk#egg=Paste-dev>`_.
For the latest changes see the `news file
<http://pythonpaste.org/news.html>`_.