Commit f6c662a8 authored by Jason Madden's avatar Jason Madden

Add PEP345 project URLs since warehouse displays them now.

parent e2aef582
# For viewing README.rst (restview --long-description),
# CONTRIBUTING.rst, etc.
# https://github.com/mgedmin/restview
restview
-r ci-requirements.txt
-r rtd-requirements.txt
-e .
......@@ -306,6 +306,11 @@ def run_setup(ext_modules, run_make):
maintainer='Jason Madden',
maintainer_email='jason@nextthought.com',
url='http://www.gevent.org/',
project_urls={
'Bug Tracker': 'https://github.com/gevent/gevent/issues',
'Source Code': 'https://github.com/gevent/gevent/',
'Documentation': 'http://www.gevent.org',
},
package_dir={'': 'src'},
packages=find_packages('src'),
include_package_data=True,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment