Spaces:
Running
Running
Update pyproject.toml
Browse files- pyproject.toml +3 -0
pyproject.toml
CHANGED
|
@@ -22,5 +22,8 @@ dev = [
|
|
| 22 |
"httpx>=0.27.0",
|
| 23 |
]
|
| 24 |
|
|
|
|
|
|
|
|
|
|
| 25 |
[tool.setuptools.packages.find]
|
| 26 |
where = ["."]
|
|
|
|
| 22 |
"httpx>=0.27.0",
|
| 23 |
]
|
| 24 |
|
| 25 |
+
[project.scripts]
|
| 26 |
+
serve = "server.app:main"
|
| 27 |
+
|
| 28 |
[tool.setuptools.packages.find]
|
| 29 |
where = ["."]
|