mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 17:34:32 +02:00
Added project_urls
This commit is contained in:
parent
3936512edd
commit
74b30af31b
1 changed files with 7 additions and 0 deletions
7
setup.py
7
setup.py
|
|
@ -34,6 +34,13 @@ setup(
|
|||
""",
|
||||
tests_require=["sqlite-utils[test]"],
|
||||
url="https://github.com/simonw/sqlite-utils",
|
||||
project_urls={
|
||||
"Documentation": "https://sqlite-utils.readthedocs.io/en/stable/",
|
||||
"Changelog": "https://sqlite-utils.readthedocs.io/en/stable/changelog.html",
|
||||
"Source code": "https://github.com/simonw/sqlite-utils",
|
||||
"Issues": "https://github.com/simonw/sqlite-utils/issues",
|
||||
"CI": "https://travis-ci.com/simonw/sqlite-utils",
|
||||
},
|
||||
classifiers=[
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
"Intended Audience :: Developers",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue