From 8b368ee33b51e3e8b7a1872350052667c54d7068 Mon Sep 17 00:00:00 2001 From: Evgeniy Pavlovskiy (Qaf) <pavlovskiy@post.nsu.ru> Date: Tue, 3 Dec 2024 15:36:55 +0700 Subject: [PATCH] Updated readme and project name --- README.md | 4 ++-- pyproject.toml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4431c6b..c87a332 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Python 3.8+ If the python package is hosted on a repository, you can install directly using: ```sh -pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git +pip install git+https://bigdata.nsu.ru:7445/nsu-ai/kappa-sdk.git ``` -(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`) +(you may need to run `pip` with root permission: `sudo pip install git+https://bigdata.nsu.ru:7445/nsu-ai/kappa-sdk.git`) Then import the package: ```python diff --git a/pyproject.toml b/pyproject.toml index 6931e1e..368001c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] -name = "openapi_client" +name = "kappa_client" version = "1.0.0" description = "FastAPI" -authors = ["OpenAPI Generator Community <team@openapitools.org>"] -license = "NoLicense" +authors = ["Kappa Group from A.I. center of NSU <ai@nsu.ru>"] +license = "MIT License" readme = "README.md" -repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID" -keywords = ["OpenAPI", "OpenAPI-Generator", "FastAPI"] +repository = "https://bigdata.nsu.ru:7445/nsu-ai/kappa-sdk.git" +keywords = ["Kappa", "OpenAPI", "FastAPI"] include = ["openapi_client/py.typed"] [tool.poetry.dependencies] -- libgit2 0.24.0