Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs link in PyPi description #107

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
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