Skip to content

Commit

Permalink
[PAN-1906] missing pypi reference (#23)
Browse files Browse the repository at this point in the history
* doc: added pypi reference
  • Loading branch information
juanmanuel-tirado authored May 17, 2024
1 parent afc533d commit d196164
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,13 @@ poetry config virtualenvs.in-project true

### 2.2 Installation Steps

#### Libraries
#### From Pypi

```bash
$ pip install pantos-common
```

#### From source code

Create the virtual environment and install the dependencies:

Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[tool.poetry]
name = "pantos-common"
version = "1.1.0"
version = "1.2.0"
description = "Common code for Pantos off-chain components."
authors = ["Pantos GmbH <[email protected]>"]
license = "GPL-3.0-only"
readme = "README.md"
homepage = "https://pantos.io"
repository = "https://github.com/pantos-io/common"
packages = [
{ include = "pantos"}
]
Expand Down

0 comments on commit d196164

Please sign in to comment.