summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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(