We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7552a5 commit 6ffd642Copy full SHA for 6ffd642
README.md
@@ -16,7 +16,7 @@ A Python SDK for the [Linkup API](https://linkup-api.readme.io/reference/getting
16
Install the SDK using `pip`:
17
18
```bash
19
-pip install linkup-python-sdk
+pip install linkup-sdk
20
```
21
22
## 🛠️ Usage
setup.py
@@ -5,7 +5,7 @@
5
long_description = fh.read()
6
7
setup(
8
- name="linkup-python-sdk",
+ name="linkup-sdk",
9
version="0.1.2",
10
author="LINKUP TECHNOLOGIES",
11
author_email="contact@linkup.so",
0 commit comments