Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected].""",
long_description_content_type='text/markdown',
install_requires=[
"click==8.0.2",
"gql[all]==3.0.0a6",
Expand Down