Skip to content

Commit f49e5f0

Browse files
authored
Merge pull request #137 from graingert/patch-1
update url and add project_urls
2 parents 4e53ec6 + 461c0b5 commit f49e5f0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

setup.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(),
1010
author='Cory Benfield',
1111
author_email='cory@lukasa.co.uk',
12-
url='http://python-hyper.org/priority/',
12+
url='https://github.com/python-hyper/priority/',
13+
project_urls={
14+
'Documentation': 'https://python-hyper.org/projects/priority/',
15+
'Source': 'https://github.com/python-hyper/priority/',
16+
'Tracker': 'https://github.com/python-hyper/priority/issues',
17+
'Changelog': 'https://github.com/python-hyper/priority/blob/master/HISTORY.rst',
18+
},
1319
packages=find_packages(where='src'),
1420
package_data={'': ['LICENSE', 'README.rst', 'CONTRIBUTORS.rst', 'HISTORY.rst']},
1521
package_dir={'': 'src'},

0 commit comments

Comments
 (0)