Skip to content

Commit 9bc4c2b

Browse files
authored
chore: add GitHub URL to setup configuration for PyPi (#233)
1 parent 64f0a12 commit 9bc4c2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
author='Michele Lacchia',
1212
author_email='[email protected]',
1313
url='https://radon.readthedocs.org/',
14+
project_urls={
15+
'Source': 'https://github.com/rubik/radon',
16+
},
1417
download_url='https://pypi.python.org/radon/',
1518
license='MIT',
1619
description='Code Metrics in Python',

0 commit comments

Comments
 (0)