rename to jpm

This commit is contained in:
Christoph Brandau
2026-02-13 10:17:32 +01:00
parent 46df21cba8
commit 874d01bd93
8 changed files with 41 additions and 54 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
[project]
name = "jeaddons"
name = "jpm"
version = "0.1.1"
description = "CLI to copy files or folders from a git repo into your current project"
readme = "README.md"
@@ -13,14 +13,14 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["jeAddons"]
packages = ["jpm"]
[dependency-groups]
dev = [
"ruff>=0.15.0",
"ruff>=0.15.1",
"twine>=6.2.0",
]
[project.scripts]
jpm = "jeAddons.cli:app"
jpm = "jpm.cli:app"