sravaniamere commited on
Commit
1f2495e
·
1 Parent(s): fa28e10

fix openenv validate issues

Browse files
Files changed (3) hide show
  1. pyproject.toml +4 -1
  2. server/app.py +1 -0
  3. 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