Skip to content

Commit 306609a

Browse files
RasmusWLsethmlarson
authored andcommitted
Update project URL in setup.py (#1209)
1 parent fd0db1f commit 306609a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@
4040
long_description=u'\n\n'.join([readme, history]),
4141
author='Cory Benfield',
4242
author_email='[email protected]',
43-
url='http://hyper.rtfd.org',
43+
url='https://github.com/python-hyper/hyper-h2',
44+
project_urls={
45+
'Documentation': 'https://python-hyper.org/projects/h2',
46+
'Source': 'https://github.com/python-hyper/hyper-h2',
47+
},
4448
packages=packages,
4549
package_data={'': ['LICENSE', 'README.rst', 'CONTRIBUTORS.rst', 'HISTORY.rst', 'NOTICES']},
4650
package_dir={'h2': 'h2'},

0 commit comments

Comments
 (0)