Update pyproject.toml
Browse files- pyproject.toml +2 -1
pyproject.toml
CHANGED
|
@@ -16,8 +16,9 @@ dependencies = [
|
|
| 16 |
]
|
| 17 |
requires-python = ">=3.10"
|
| 18 |
|
|
|
|
| 19 |
[project.scripts]
|
| 20 |
-
server = "server.app:
|
| 21 |
|
| 22 |
[build-system]
|
| 23 |
requires = ["setuptools>=61.0"]
|
|
|
|
| 16 |
]
|
| 17 |
requires-python = ">=3.10"
|
| 18 |
|
| 19 |
+
# --- YE FIX HAI ---
|
| 20 |
[project.scripts]
|
| 21 |
+
server = "server.app:main"
|
| 22 |
|
| 23 |
[build-system]
|
| 24 |
requires = ["setuptools>=61.0"]
|