Skip to content

Commit

Permalink
Added new file and updated the version of pypi module
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Rudchenko committed Jan 21, 2025
1 parent 09957c8 commit 936da8c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CLOUD_PASSPORT_CLI_PYPI_README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Qubership cloud-passport-cli

---

Open-source python library of clients used by Qubership Cloud passport module.

## Installation

---

- Add the following section to your dependencies to add Qubership library as a dependency in your project (you can use any version starting from 2.3.4):
```
[tool.poetry.dependencies]
qubership-cloud-passport-cli = "2.3.4"
```
- Or you can install it via `pip`:
```
qubership-cloud-passport-cli = "2.3.4"
```
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tool.poetry]
name = "qubership-cloud-passport-cli"
version = "2.3.4"
version = "2.3.5"
description = ""
authors = ["Qubership"]
readme = "README.md"
readme = "CLOUD_PASSPORT_CLI_PYPI_README.md"
packages = [{include = "cloud_passport_cli"}]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 936da8c

Please sign in to comment.