Commit 8b368ee33b51e3e8b7a1872350052667c54d7068

Authored by Evgeniy Pavlovskiy
1 parent 395798b1

Updated readme and project name

Showing 2 changed files with 7 additions and 7 deletions
@@ -21,9 +21,9 @@ Python 3.8+ @@ -21,9 +21,9 @@ Python 3.8+
21 If the python package is hosted on a repository, you can install directly using: 21 If the python package is hosted on a repository, you can install directly using:
22 22
23 ```sh 23 ```sh
24 -pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git 24 +pip install git+https://bigdata.nsu.ru:7445/nsu-ai/kappa-sdk.git
25 ``` 25 ```
26 -(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`) 26 +(you may need to run `pip` with root permission: `sudo pip install git+https://bigdata.nsu.ru:7445/nsu-ai/kappa-sdk.git`)
27 27
28 Then import the package: 28 Then import the package:
29 ```python 29 ```python
1 [tool.poetry] 1 [tool.poetry]
2 -name = "openapi_client" 2 +name = "kappa_client"
3 version = "1.0.0" 3 version = "1.0.0"
4 description = "FastAPI" 4 description = "FastAPI"
5 -authors = ["OpenAPI Generator Community <team@openapitools.org>"]  
6 -license = "NoLicense" 5 +authors = ["Kappa Group from A.I. center of NSU <ai@nsu.ru>"]
  6 +license = "MIT License"
7 readme = "README.md" 7 readme = "README.md"
8 -repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"  
9 -keywords = ["OpenAPI", "OpenAPI-Generator", "FastAPI"] 8 +repository = "https://bigdata.nsu.ru:7445/nsu-ai/kappa-sdk.git"
  9 +keywords = ["Kappa", "OpenAPI", "FastAPI"]
10 include = ["openapi_client/py.typed"] 10 include = ["openapi_client/py.typed"]
11 11
12 [tool.poetry.dependencies] 12 [tool.poetry.dependencies]
Please register or login to post a comment