installable package #9

Merged
dan merged 31 commits from installable into dev 2023-12-07 11:32:03 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 5b2a929063 - Show all commits

View file

@ -34,7 +34,7 @@ OUTPUT_DIR = Path("./test-output").resolve()
subprocess.run( subprocess.run(
[ [
"pytest-abra", "abratest",
"--env_paths", "--env_paths",
ENV_PATHS, ENV_PATHS,
"--recipes_dir", "--recipes_dir",

View file

@ -31,7 +31,7 @@ pytest11 = [
] ]
[project.scripts] [project.scripts]
pytest-abra = "pytest_abra.cli:run" abratest = "pytest_abra.cli:run"
[build-system] [build-system]
requires = ["hatchling"] requires = ["hatchling"]