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