Spaces:
Running
Running
thatgeeman
commited on
Commit
·
86afaa0
1
Parent(s):
3fc3042
add src
Browse files- pyproject.toml +5 -0
pyproject.toml
CHANGED
|
@@ -13,3 +13,8 @@ dependencies = ["gradio (>=5.49.1,<6.0.0)"]
|
|
| 13 |
[build-system]
|
| 14 |
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
| 15 |
build-backend = "poetry.core.masonry.api"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
[build-system]
|
| 14 |
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
| 15 |
build-backend = "poetry.core.masonry.api"
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
[tool.poetry]
|
| 19 |
+
package-mode = true
|
| 20 |
+
packages = [{ include = "src" }]
|