Skip to content

Commit

Permalink
Remove references to stackhpc (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor authored Jul 31, 2024
1 parent 45a1488 commit d3bd9ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Python library for managing Helm releases using Helm 3 (i.e. Tiller-less Helm).

## Installation

`pyhelm3` can be installed directly from GitHub using `pip`:
`pyhelm3` can be installed from PyPI:

```sh
pip install git+https://github.com/stackhpc/pyhelm3.git
pip install pyhelm3
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ long_description = file: README.md
long_description_content_type = text/markdown
author = Matt Pryor
author_email = [email protected]
url = https://github.com/stackhpc/pyhelm3
url = https://github.com/azimuth-cloud/pyhelm3
license_files = LICENSE

[options]
Expand Down

0 comments on commit d3bd9ef

Please sign in to comment.