From b7bc181cc0cd257a0c3effce3aaf6c33be46260e Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Mon, 20 Jul 2020 10:41:15 -0500 Subject: [PATCH] [7.x] Add project_urls to setup.py --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.py b/setup.py index 805da79a..2e8b0b8b 100644 --- a/setup.py +++ b/setup.py @@ -55,6 +55,11 @@ setup( author_email="honza.kral@gmail.com, nick@nicklang.com", maintainer="Seth Michael Larson", maintainer_email="seth.larson@elastic.co", + project_urls={ + "Documentation": "https://elasticsearch-py.readthedocs.io", + "Source Code": "https://github.com/elastic/elasticsearch-py", + "Issue Tracker": "https://github.com/elastic/elasticsearch-py/issues", + }, packages=find_packages(where=".", exclude=("test_elasticsearch*",)), classifiers=[ "Development Status :: 5 - Production/Stable",