Add apm_cli to pyproject.toml and fix apm module url validation

This commit is contained in:
danielmeppiel
2025-09-17 14:31:54 +02:00
parent f9dc5f63b9
commit f6cae496a9
2 changed files with 9 additions and 1 deletions

View File

@@ -41,4 +41,4 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/specify_cli"]
packages = ["src/specify_cli", "src/apm_cli"]