Spaces:
Running
Running
Commit ·
eddfb2c
1
Parent(s): f510e94
done
Browse files- pyproject.toml +2 -3
pyproject.toml
CHANGED
|
@@ -22,11 +22,10 @@ dev = [
|
|
| 22 |
"httpx>=0.27.0",
|
| 23 |
]
|
| 24 |
|
| 25 |
-
[project.scripts]
|
| 26 |
-
serve = "server.app:main"
|
| 27 |
|
| 28 |
[tool.setuptools.packages.find]
|
| 29 |
where = ["."]
|
| 30 |
|
| 31 |
[project.scripts]
|
| 32 |
-
|
|
|
|
|
|
| 22 |
"httpx>=0.27.0",
|
| 23 |
]
|
| 24 |
|
|
|
|
|
|
|
| 25 |
|
| 26 |
[tool.setuptools.packages.find]
|
| 27 |
where = ["."]
|
| 28 |
|
| 29 |
[project.scripts]
|
| 30 |
+
app = "app:main"
|
| 31 |
+
run = "run:main"
|