Skip to content

Commit 6ffd642

Browse files
committed
Fix PyPI package name
1 parent b7552a5 commit 6ffd642

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A Python SDK for the [Linkup API](https://linkup-api.readme.io/reference/getting
1616
Install the SDK using `pip`:
1717

1818
```bash
19-
pip install linkup-python-sdk
19+
pip install linkup-sdk
2020
```
2121

2222
## 🛠️ Usage

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
long_description = fh.read()
66

77
setup(
8-
name="linkup-python-sdk",
8+
name="linkup-sdk",
99
version="0.1.2",
1010
author="LINKUP TECHNOLOGIES",
1111
author_email="contact@linkup.so",

0 commit comments

Comments
 (0)