diff options
author | Chris Dent <cdent@anticdent.org> | 2018-10-24 13:37:51 +0100 |
---|---|---|
committer | Chris Dent <cdent@anticdent.org> | 2018-10-24 13:37:51 +0100 |
commit | dc73d5573e6c415fd5589309875221343755fa7b (patch) | |
tree | 659efa35be8d698bc4c552ad66a92a28688d5ed2 /setup.py | |
parent | 8c174186edba0ab407e18cd5130d3bbb7a939416 (diff) | |
download | paste-git-fix-docs.tar.gz |
Prepare docs for publishing to RTFDfix-docs
We'd like to have a stable location for documentation. The
destination will be https://pythonpaste.readthedocs.io
This change also tries to make sure that there are sufficient
warnings throughout about the status of Paste.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -49,9 +49,9 @@ setup(name="Paste", "Framework :: Paste", ], keywords='web application server wsgi', - author="Ian Bicking", - author_email="ianb@colorstudy.com", - url="https://pypi.org/project/Paste/", + author="Chris Dent", + author_email="chris.dent@gmail.com", + url="https://pythonpaste.readthedocs.io/", license="MIT", packages=find_packages(exclude=['ez_setup', 'examples', 'packages', 'tests*']), package_data=finddata.find_package_data( |