[7.x] Add project_urls to setup.py

This commit is contained in:
Seth Michael Larson
2020-07-20 10:41:15 -05:00
committed by GitHub
parent 112e85d99b
commit b7bc181cc0
+5
View File
@@ -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",