Spaces:
Running
Running
Nitish commited on
Commit ·
309c392
1
Parent(s): 21ba5b4
fix: change pyproject.toml script entry to server for openenv validation
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -21,7 +21,7 @@ dependencies = [
|
|
| 21 |
requires-python = ">=3.9"
|
| 22 |
|
| 23 |
[project.scripts]
|
| 24 |
-
|
| 25 |
|
| 26 |
[tool.setuptools.package-data]
|
| 27 |
"*" = ["*.yaml", "*.md", "*.py"]
|
|
|
|
| 21 |
requires-python = ">=3.9"
|
| 22 |
|
| 23 |
[project.scripts]
|
| 24 |
+
server = "server.app:main"
|
| 25 |
|
| 26 |
[tool.setuptools.package-data]
|
| 27 |
"*" = ["*.yaml", "*.md", "*.py"]
|