Skip to content

Commit

Permalink
Rename CLI and Python packages
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Smith <[email protected]>
  • Loading branch information
sgreenbury and andrewphilipsmith committed Dec 17, 2024
1 parent a9b39cb commit 6f70522
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
[workspace]
members = [
"popgetter",
"popgetter_cli",
"popgetter_py"
]
members = ["popgetter", "popgetter-cli", "popgetter-py"]

resolver = "2"

Expand Down
2 changes: 1 addition & 1 deletion popgetter_cli/Cargo.toml → popgetter-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "popgetter_cli"
name = "popgetter-cli"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion popgetter_py/Cargo.toml → popgetter-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "popgetter_py"
name = "popgetter-py"
version = "0.1.0"
edition = "2021"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6f70522

Please sign in to comment.