Add Documentation URL (#2499)

This adds a [Documentation URL](https://packaging.python.org/guides/distributing-packages-using-setuptools/#project-urls), which will display in the left-hand nav of the projects PyPI page, allowing users arriving there to get to the documentation slightly faster.
This commit is contained in:
George Hickman 2019-10-22 20:31:48 +01:00 committed by Jack Danger
parent a7fa132535
commit 9e4860ccd8

View File

@ -94,4 +94,7 @@ setup(
"License :: OSI Approved :: Apache Software License",
"Topic :: Software Development :: Testing",
],
project_urls={
"Documentation": "http://docs.getmoto.org/en/latest/",
},
)