Skip to content

Commit 4df88ec

Browse files
committed
chore: Add project urls in setup.py
1 parent 954f54f commit 4df88ec

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,10 @@
2626
'Programming Language :: Python :: 3',
2727
'Programming Language :: Python :: 3.6',
2828
'Programming Language :: Python :: 3.7'
29-
]
29+
],
30+
project_urls={
31+
"Bug Tracker": "https://github.com/Mukundan314/python-codeforces/issues/",
32+
"Documentation": "https://python-codeforces.readthedocs.io/en/stable/",
33+
"Source": "https://github.com/Mukundan314/python-codeforces"
34+
}
3035
)

0 commit comments

Comments
 (0)