Skip to content

Commit 06911a9

Browse files
committed
chore: python sdk cleanup and update
1 parent 0ea797c commit 06911a9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ Python 3.8+
4747
If the python package is hosted on a repository, you can install directly using:
4848

4949
```sh
50-
pip install git+https://github.com/hostinger/api-php-sdk.git
50+
pip install git+https://github.com/hostinger/api-python-sdk.git
5151
```
52-
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/hostinger/api-php-sdk.git`)
52+
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/hostinger/api-python-sdk.git`)
5353

5454
Then import the package:
5555
```python

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
name = "hostinger_api"
33
version = "1.0.0"
44
description = "Hostinger API"
5-
authors = ["Hostinger <[email protected]>"]
5+
authors = ["Hostinger <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"
8-
repository = "https://github.com/hostinger/api-php-sdk"
9-
keywords = ["OpenAPI", "OpenAPI-Generator", "Hostinger API"]
8+
repository = "https://github.com/hostinger/api-python-sdk"
9+
keywords = ["hostinger", "openapi", "python", "sdk", "rest", "api"]
1010
include = ["hostinger_api/py.typed"]
1111

1212
[tool.poetry.dependencies]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
version=VERSION,
3434
description="Hostinger API",
3535
author="Hostinger",
36-
author_email="[email protected]",
36+
author_email="[email protected]",
3737
url="https://github.com/hostinger/api-python-sdk",
38-
keywords=["OpenAPI", "OpenAPI-Generator", "Hostinger API"],
38+
keywords=["hostinger", "openapi", "python", "sdk", "rest", "api"],
3939
install_requires=REQUIRES,
4040
packages=find_packages(exclude=["test", "tests"]),
4141
include_package_data=True,

0 commit comments

Comments
 (0)