diff --git a/README.md b/README.md index 56fe79a..2fa5c02 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ahab - Library 🦑 -Library for interacting with _ahab_ cloud API and Kubernetes systems +Library for interacting with _ahab_-based cloud API and Kubernetes systems

Tuple, LLC

tuple.xyz/solutions/ahab/

@@ -7,7 +7,7 @@ Library for interacting with _ahab_ cloud API and Kubernetes systems ## Installation ```bash ## Python library from PyPI using pip -pip install ahab +pip install ahab-lib ## CLI using pipx pipx install git+https://github.com/tuplexyz/ahab-lib.git diff --git a/pyproject.toml b/pyproject.toml index 9b9d903..9116d11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] -name = "ahab" -version = "1.0.0" +name = "ahab-lib" +version = "1.0.1" description = "Python CLI library for interacting with ahab cloud API and Kubernetes systems." license = "Copyright 2024, Tuple, LLC. All rights reserved." @@ -39,3 +39,8 @@ cleo = "^2.1.0" # Entrypoints and scripts [tool.poetry.scripts] ahab = "ahab.cli:cli" + + +[build-system] +requires = ["poetry-core>=1.0.0"] +build-backend = "poetry.core.masonry.api" \ No newline at end of file