Spaces:
Sleeping
Sleeping
Commit ·
1f2495e
1
Parent(s): fa28e10
fix openenv validate issues
Browse files- pyproject.toml +4 -1
- server/app.py +1 -0
- uv.lock +0 -0
pyproject.toml
CHANGED
|
@@ -17,4 +17,7 @@ requires = ["hatchling"]
|
|
| 17 |
build-backend = "hatchling.build"
|
| 18 |
|
| 19 |
[tool.hatch.build.targets.wheel]
|
| 20 |
-
packages = ["sql_env"]
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
build-backend = "hatchling.build"
|
| 18 |
|
| 19 |
[tool.hatch.build.targets.wheel]
|
| 20 |
+
packages = ["sql_env"]
|
| 21 |
+
|
| 22 |
+
[project.scripts]
|
| 23 |
+
server = "server:app"
|
server/app.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
from server import app
|
uv.lock
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|