Skip to content

Commit 021e075

Browse files
🔧 Rename project as attempt for PyPI publish
1 parent 8674e02 commit 021e075

2 files changed

Lines changed: 4 additions & 12 deletions

File tree

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,16 @@
1515

1616
## Installation
1717

18-
PowerCLI is **not** available on PyPI.
19-
2018
### Poetry
2119

2220
```console
23-
poetry add git+https://github.com/phoenixr-codes/powercli.git#stable
21+
poetry add powercli-python
2422
```
2523

2624
### uv
2725

2826
```console
29-
uv add git+https://github.com/phoenixr-codes/powercli.git --branch stable
27+
uv add powercli-python
3028
```
3129

3230
### Manual Installation
@@ -35,7 +33,7 @@ Add `powercli`
3533

3634
```toml
3735
dependencies = [
38-
"powercli @ git+https://github.com/phoenixr-codes/powercli.git#stable"
36+
"powercli-python"
3937
]
4038
```
4139

@@ -96,9 +94,3 @@ $ python3 -m powerdoc path/to/file.py --man | groff -T utf8 -man
9694

9795
The built-in provided flags and commands make use of colored output respecting
9896
the user's preference.
99-
100-
## Why is this not on PyPI?
101-
102-
Development of this library paused in early 2024 and continued in early 2025.
103-
Between these time frames, a library named `powercli` has been registered on
104-
PyPI.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "PowerCLI"
2+
name = "powercli-python"
33
version = "0.1.0"
44
authors = [{ name = "Jonas da Silva" }]
55
description = "Build powerful command-line applications in Python"

0 commit comments

Comments
 (0)