Spaces:
Sleeping
Sleeping
Commit ·
e7d44a8
1
Parent(s): e60433b
fix: add pyproject.toml for openenv validate
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -24,7 +24,7 @@ dependencies = [
|
|
| 24 |
]
|
| 25 |
|
| 26 |
[project.scripts]
|
| 27 |
-
server = "server.app:
|
| 28 |
|
| 29 |
[tool.setuptools.packages.find]
|
| 30 |
where = ["."]
|
|
|
|
| 24 |
]
|
| 25 |
|
| 26 |
[project.scripts]
|
| 27 |
+
server = "server.app:main"
|
| 28 |
|
| 29 |
[tool.setuptools.packages.find]
|
| 30 |
where = ["."]
|