From 831273627bde8aa7e86866797a0fff21a479bb3b Mon Sep 17 00:00:00 2001 From: Dehann Fourie <6412556+dehann@users.noreply.github.com> Date: Mon, 13 Mar 2023 21:32:49 -0700 Subject: [PATCH] docs link in PyPi description --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 43ef114..fe618ba 100644 --- a/setup.py +++ b/setup.py @@ -25,8 +25,9 @@ # entry_points={"console_scripts": ["navability = navability.main:cli"]}, python_requires=">=3.8", download_url=f"https://github.com/NavAbility/NavAbilitySDK.py/archive/refs/tags/v{_version}.tar.gz", # noqa: E501, B950 - long_description="""NavAbility SDK: Access NavAbility Cloud factor graph features from Python. + long_description="""NavAbility SDK: Access NavAbility Cloud factor graph features from Python. [Documentation can be found on Github here](https://navability.github.io/NavAbilitySDK.py/). Note that this SDK and the related API are in beta. Please let us know if you have any issues at info@navability.io.""", + long_description_content_type='text/markdown', install_requires=[ "click==8.0.2", "gql[all]==3.0.0a6",