Spaces:
Sleeping
Sleeping
Update pyproject.toml
Browse files- pyproject.toml +2 -2
pyproject.toml
CHANGED
|
@@ -10,7 +10,7 @@ dependencies = [
|
|
| 10 |
]
|
| 11 |
|
| 12 |
[project.scripts]
|
| 13 |
-
server = "
|
| 14 |
|
| 15 |
[tool.openenv]
|
| 16 |
-
entrypoint = "
|
|
|
|
| 10 |
]
|
| 11 |
|
| 12 |
[project.scripts]
|
| 13 |
+
server = "app:main"
|
| 14 |
|
| 15 |
[tool.openenv]
|
| 16 |
+
entrypoint = "app:main"
|