Skip to content

Commit 89dbb6c

Browse files
committed
Updated for release 0.1.0
1 parent 98a6695 commit 89dbb6c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,5 @@ cython_debug/
116116

117117
venv/
118118
venv_test/
119+
120+
sandbox.py

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Note that this SDK and the related API are still in development. Please let us k
55

66
# Installation
77

8-
We'll register the package shortly, but for the moment install the NavAbilitySDK directly from the repo:
8+
Install the NavAbilitySDK using pip:
99

1010
```bash
11-
pip install git+ssh://[email protected]/NavAbility/NavAbilitySDK.py.git
11+
pip install navabilitysdk
1212
```
1313

1414
# Notes and FAQ

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313

1414
setup(
1515
name="navabilitysdk",
16-
version="0.0.1",
16+
version="0.1.0",
1717
license="Apache",
1818
author="NavAbility",
1919
package_dir={"": "src"},
2020
include_package_data=True,
2121
packages=find_packages("src", exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
2222
# entry_points={"console_scripts": ["navability = navability.main:cli"]},
2323
python_requires=">=3.5",
24-
download_url="https://github.com/NavAbility/NavAbilitySDK.py/archive/refs/tags/v0.0.1.tar.gz",
24+
download_url="https://github.com/NavAbility/NavAbilitySDK.py/archive/refs/tags/v0.1.0.tar.gz",
2525
long_description="NavAbility SDK",
2626
install_requires=[
2727
"click>=8.0.0,<9",

0 commit comments

Comments
 (0)