update registry

This commit is contained in:
2026-02-12 15:35:38 +01:00
parent d5f1dd6366
commit 46df21cba8
5 changed files with 426 additions and 16 deletions
+10 -4
View File
@@ -1,11 +1,11 @@
[project]
name = "jeaddons"
version = "0.1.0"
version = "0.1.1"
description = "CLI to copy files or folders from a git repo into your current project"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"typer>=0.21.1",
"typer>=0.23.0",
]
[build-system]
@@ -15,6 +15,12 @@ build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["jeAddons"]
[dependency-groups]
dev = [
"ruff>=0.15.0",
"twine>=6.2.0",
]
[project.scripts]
jeAddons= "jeAddons.cli:app"
jeaddons = "jeAddons.cli:app"
jpm = "jeAddons.cli:app"