Spaces:
Paused
Paused
Upload pyproject.toml with huggingface_hub
Browse files- pyproject.toml +3 -8
pyproject.toml
CHANGED
|
@@ -14,11 +14,6 @@ dependencies = [
|
|
| 14 |
"uvicorn[standard]>=0.24.0",
|
| 15 |
]
|
| 16 |
|
| 17 |
-
[tool.setuptools]
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
"overview_env",
|
| 21 |
-
"overview_env.server",
|
| 22 |
-
"overview_env.tasks",
|
| 23 |
-
]
|
| 24 |
-
package-dir = { "" = "." }
|
|
|
|
| 14 |
"uvicorn[standard]>=0.24.0",
|
| 15 |
]
|
| 16 |
|
| 17 |
+
[tool.setuptools.packages.find]
|
| 18 |
+
where = ["."]
|
| 19 |
+
include = ["overview_env*"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|