Skip to content

Commit 4186925

Browse files
authored
Add project_urls to setup.py
1 parent ff73292 commit 4186925

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
author_email="honza.kral@gmail.com, nick@nicklang.com",
5656
maintainer="Seth Michael Larson",
5757
maintainer_email="seth.larson@elastic.co",
58+
project_urls={
59+
"Documentation": "https://elasticsearch-py.readthedocs.io",
60+
"Source Code": "https://github.com/elastic/elasticsearch-py",
61+
"Issue Tracker": "https://github.com/elastic/elasticsearch-py/issues",
62+
},
5863
packages=find_packages(where=".", exclude=("test_elasticsearch*",)),
5964
classifiers=[
6065
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)