Initial commit
Some checks failed
/ build (push) Failing after 23s

This commit is contained in:
phil 2024-10-27 02:09:13 +02:00
parent 1da1965b3c
commit 5b5258428b
7 changed files with 72 additions and 27 deletions

View file

@ -1,5 +1,5 @@
[project]
name = "treetrail-srv"
name = "treetrail-backend"
version = "0.3.0"
#dynamic = ["version"]
#dynamic = ["version"]
@ -47,7 +47,7 @@ classifiers = [
]
#[project.scripts]
#treetrail-srv = "treetrail_srv:main"
#treetrail-backend = "treetrail_backend:main"
[build-system]
requires = ["hatchling"]
@ -57,6 +57,7 @@ build-backend = "hatchling.build"
packages = ["src/treetrail"]
[tool.uv]
package = true
dev-dependencies = [
"httpx",
"ipdb",