Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrauscher committed Feb 26, 2024
1 parent d6239d4 commit 1084bcb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ allow-direct-references = true
[tool.hatch.envs.default.scripts]
start = "python -m src.api.main"

[tool.hatch.envs.dev]
pre-install-commands = ["pip install -e ../core"]
scripts.start = "python -m src.api.main"

[tool.hatch.build.targets.wheel]
packages = ["src/api"]

Expand Down

0 comments on commit 1084bcb

Please sign in to comment.