Spaces:
Sleeping
Sleeping
Commit ·
34a02ba
1
Parent(s): 90fc756
fix: package server and inference for CI test imports
Browse files- pyproject.toml +4 -1
pyproject.toml
CHANGED
|
@@ -30,7 +30,10 @@ dev = [
|
|
| 30 |
]
|
| 31 |
|
| 32 |
[tool.setuptools.packages.find]
|
| 33 |
-
include = ["sql_query_reviewer*"]
|
|
|
|
|
|
|
|
|
|
| 34 |
|
| 35 |
[tool.fastapi]
|
| 36 |
entrypoint = "server.app:app"
|
|
|
|
| 30 |
]
|
| 31 |
|
| 32 |
[tool.setuptools.packages.find]
|
| 33 |
+
include = ["sql_query_reviewer*", "server*"]
|
| 34 |
+
|
| 35 |
+
[tool.setuptools]
|
| 36 |
+
py-modules = ["client", "inference", "models"]
|
| 37 |
|
| 38 |
[tool.fastapi]
|
| 39 |
entrypoint = "server.app:app"
|