appease black
This commit is contained in:
parent
310602b752
commit
8ac922bae5
1 changed files with 6 additions and 6 deletions
12
setup.py
12
setup.py
|
|
@ -31,12 +31,12 @@ setup(
|
|||
long_description_content_type="text/x-rst",
|
||||
# The project's main homepage.
|
||||
url="https://github.com/jepler/Jepler_CircuitPython_udecimal",
|
||||
project_urls = {
|
||||
'Source': 'https://github.com/jepler/Jepler_CircuitPython_udecimal',
|
||||
'Documentation': 'https://jepler-udecimal.readthedocs.io/en/latest/api/jepler_udecimal/index.html',
|
||||
'Tracker': 'https://github.com/jepler/Jepler_CircuitPython_udecimal/issues',
|
||||
'Pull Requests': 'https://github.com/jepler/Jepler_CircuitPython_udecimal/pulls',
|
||||
}
|
||||
project_urls={
|
||||
"Source": "https://github.com/jepler/Jepler_CircuitPython_udecimal",
|
||||
"Documentation": "https://jepler-udecimal.readthedocs.io/en/latest/api/jepler_udecimal/index.html",
|
||||
"Tracker": "https://github.com/jepler/Jepler_CircuitPython_udecimal/issues",
|
||||
"Pull Requests": "https://github.com/jepler/Jepler_CircuitPython_udecimal/pulls",
|
||||
},
|
||||
# Author details
|
||||
author="Jeff Epler",
|
||||
author_email="jepler@gmail.com",
|
||||
|
|
|
|||
Loading…
Reference in a new issue