Skip to content

Commit 806c08e

Browse files
authored
Add project_urls to setup.py (#27)
Merges #27 Enables links to show up on PyPI https://packaging.python.org/guides/distributing-packages-using-setuptools/#project-urls
1 parent d26165f commit 806c08e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
name='xswap',
3030
version=version,
3131
url='https://github.com/greenelab/xswap',
32+
project_urls={
33+
'Documentation': 'https://hetio.github.io/xswap/',
34+
'Source': 'https://github.com/hetio/xswap',
35+
'Tracker': 'https://github.com/hetio/xswap/issues',
36+
'Publication': 'https://greenelab.github.io/xswap-manuscript/',
37+
},
3238
description='Python-wrapped C/C++ library for degree-preserving network randomization',
3339
long_description_content_type='text/markdown',
3440
long_description=long_description,

0 commit comments

Comments
 (0)