mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +02:00
fix tests
This commit is contained in:
parent
a57aa8b145
commit
72b0adef76
5 changed files with 722 additions and 6 deletions
|
|
@ -16,8 +16,11 @@ dependencies = [
|
|||
]
|
||||
|
||||
[project.scripts]
|
||||
api-server = "api_server.main:app"
|
||||
api-server = "main:app"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["."]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue