We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26165f commit 806c08eCopy full SHA for 806c08e
setup.py
@@ -29,6 +29,12 @@
29
name='xswap',
30
version=version,
31
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
+ },
38
description='Python-wrapped C/C++ library for degree-preserving network randomization',
39
long_description_content_type='text/markdown',
40
long_description=long_description,
0 commit comments