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 954f54f commit 4df88ecCopy full SHA for 4df88ec
setup.py
@@ -26,5 +26,10 @@
26
'Programming Language :: Python :: 3',
27
'Programming Language :: Python :: 3.6',
28
'Programming Language :: Python :: 3.7'
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
+ }
35
)
0 commit comments