From 74b30af31bf5169559c06aa6e57e1e4873076720 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 11 May 2020 12:16:22 -0700 Subject: [PATCH] Added project_urls --- setup.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.py b/setup.py index e619aa7..7c540cc 100644 --- a/setup.py +++ b/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",