diff options
author | Chris Dent <chris.dent@gmail.com> | 2018-10-24 13:42:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-24 13:42:26 +0100 |
commit | e009e5295f73f870a05b70e1d15fe40c406cbe58 (patch) | |
tree | 659efa35be8d698bc4c552ad66a92a28688d5ed2 /setup.py | |
parent | 8c174186edba0ab407e18cd5130d3bbb7a939416 (diff) | |
parent | dc73d5573e6c415fd5589309875221343755fa7b (diff) | |
download | paste-git-e009e5295f73f870a05b70e1d15fe40c406cbe58.tar.gz |
Merge pull request #5 from cdent/fix-docs
Prepare docs for publishing to RTFD
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( |