diff options
-rw-r--r-- | setup.cfg | 2 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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>`_. |