We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c70d0 commit d4da5beCopy full SHA for d4da5be
setup.py
@@ -81,4 +81,10 @@
81
"Development Status :: 5 - Production/Stable",
82
"Operating System :: OS Independent",
83
],
84
+ project_urls={
85
+ "Documentation": "https://open-eo.github.io/openeo-python-client/",
86
+ "Source Code": "https://github.com/Open-EO/openeo-python-client",
87
+ "Bug Tracker": "https://github.com/Open-EO/openeo-python-client/issues",
88
+ "Changelog": "https://github.com/Open-EO/openeo-python-client/blob/master/CHANGELOG.md",
89
+ },
90
)
0 commit comments