We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e653e97 commit 310602bCopy full SHA for 310602b
1 file changed
setup.py
@@ -31,6 +31,12 @@
31
long_description_content_type="text/x-rst",
32
# The project's main homepage.
33
url="https://github.com/jepler/Jepler_CircuitPython_udecimal",
34
+ project_urls = {
35
+ 'Source': 'https://github.com/jepler/Jepler_CircuitPython_udecimal',
36
+ 'Documentation': 'https://jepler-udecimal.readthedocs.io/en/latest/api/jepler_udecimal/index.html',
37
+ 'Tracker': 'https://github.com/jepler/Jepler_CircuitPython_udecimal/issues',
38
+ 'Pull Requests': 'https://github.com/jepler/Jepler_CircuitPython_udecimal/pulls',
39
+ }
40
# Author details
41
author="Jeff Epler",
42
author_email="jepler@gmail.com",
0 commit comments