Skip to content

Commit ffc2225

Browse files
committed
chore: SDK update
1 parent 9614495 commit ffc2225

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ If you have any questions, feedback or feature requests, please create an [issue
3737

3838
For any support take a look at our [Github Repository](https://github.com/hostinger/api/), dedicated to the Hostinger API.
3939

40-
- API version: 0.0.1-beta
41-
- Package version: 1.0.0
42-
- Generator version: 7.12.0
43-
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
44-
For more information, please visit [https://www.hostinger.com](https://www.hostinger.com)
45-
4640
## Requirements.
4741

4842
Python 3.8+
@@ -53,9 +47,9 @@ Python 3.8+
5347
If the python package is hosted on a repository, you can install directly using:
5448

5549
```sh
56-
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
50+
pip install git+https://github.com/hostinger/api-php-sdk.git
5751
```
58-
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
52+
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/hostinger/api-php-sdk.git`)
5953

6054
Then import the package:
6155
```python

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Hostinger API"
55
authors = ["Hostinger <[email protected]>"]
66
license = "NoLicense"
77
readme = "README.md"
8-
repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
8+
repository = "https://github.com/hostinger/api-php-sdk"
99
keywords = ["OpenAPI", "OpenAPI-Generator", "Hostinger API"]
1010
include = ["hostinger_api/py.typed"]
1111

0 commit comments

Comments
 (0)