summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2018-10-24 13:37:51 +0100
committerChris Dent <cdent@anticdent.org>2018-10-24 13:37:51 +0100
commitdc73d5573e6c415fd5589309875221343755fa7b (patch)
tree659efa35be8d698bc4c552ad66a92a28688d5ed2 /setup.py
parent8c174186edba0ab407e18cd5130d3bbb7a939416 (diff)
downloadpaste-git-dc73d5573e6c415fd5589309875221343755fa7b.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.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index d023e23..ab8ed29 100644
--- a/setup.py
+++ b/setup.py
@@ -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(