diff --git a/README.md b/README.md index 42bc266..966e94c 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/pyproject.toml b/pyproject.toml index 924753d..690a5b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "GPL-3.0-only" readme = "README.md" +homepage = "https://pantos.io" +repository = "https://github.com/pantos-io/common" packages = [ { include = "pantos"} ]