parent
1da1965b3c
commit
5b5258428b
7 changed files with 72 additions and 27 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue