Skip to content

Commit

Permalink
Update PyPI project name to ahab-lib :(
Browse files Browse the repository at this point in the history
  • Loading branch information
colbyford committed Apr 29, 2024
1 parent dbd67d0 commit 7967b06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# ahab - Library 🦑
Library for interacting with _ahab_ cloud API and Kubernetes systems
Library for interacting with _ahab_-based cloud API and Kubernetes systems

<h3 align="right">Tuple, LLC</h3>
<a href="https://tuple.xyz/solutions/ahab/" target="_blank"><h4 align="right">tuple.xyz/solutions/ahab/</h4></a>

## 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
Expand Down
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down Expand Up @@ -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"

0 comments on commit 7967b06

Please sign in to comment.