diff options
| author | Sergey Schetinin <sergey@maluke.com> | 2011-03-22 02:52:04 +0200 |
|---|---|---|
| committer | Sergey Schetinin <sergey@maluke.com> | 2011-03-22 02:52:04 +0200 |
| commit | 3586f2595b432c2b306ffd6d18503b81ad91a217 (patch) | |
| tree | 81f7cc85db2d3a670c8452809660e8f4363803c1 /setup.py | |
| parent | 4b660c217e91d5ae554d2d885871fc113957a8a6 (diff) | |
| download | webob-3586f2595b432c2b306ffd6d18503b81ad91a217.tar.gz | |
update pypi description
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -18,9 +18,11 @@ You may install the `in-development version of WebOb <http://bitbucket.org/ianb/webob/get/tip.gz#egg=WebOb-dev>`_ with ``pip install WebOb==dev`` (or ``easy_install WebOb==dev``). -See also: `changelog <http://pythonpaste.org/webob/news>`_, -`mailing list <http://bit.ly/paste-users>`_, -`bug tracker <https://bitbucket.org/ianb/webob/issues>`_. +* `Bug tracker <https://bitbucket.org/ianb/webob/issues>`_ +* `Browse source code <https://bitbucket.org/ianb/webob/src>`_ +* `Mailing list <http://bit.ly/paste-users>`_ +* `Release news <http://pythonpaste.org/webob/news>`_ +* `Detailed changelog <http://pythonpaste.org/webob/changesets>`_ """, classifiers=[ "Development Status :: 6 - Mature", |
