Spaces:
Sleeping
Sleeping
Commit ·
cded714
1
Parent(s): 0a097df
fixed deploy issues
Browse files- pyproject.toml +1 -3
- uv.lock +0 -0
pyproject.toml
CHANGED
|
@@ -18,6 +18,7 @@ dependencies = [
|
|
| 18 |
|
| 19 |
[project.scripts]
|
| 20 |
rl-env-server = "grid_env.Server.app:main"
|
|
|
|
| 21 |
|
| 22 |
[project.optional-dependencies]
|
| 23 |
test = [
|
|
@@ -26,9 +27,6 @@ test = [
|
|
| 26 |
"httpx>=0.24",
|
| 27 |
]
|
| 28 |
|
| 29 |
-
[project.scripts]
|
| 30 |
-
serve = "server.app:main"
|
| 31 |
-
|
| 32 |
[tool.setuptools.packages.find]
|
| 33 |
where = ["."]
|
| 34 |
include = ["grid_env*", "server*"]
|
|
|
|
| 18 |
|
| 19 |
[project.scripts]
|
| 20 |
rl-env-server = "grid_env.Server.app:main"
|
| 21 |
+
serve = "server.app:main"
|
| 22 |
|
| 23 |
[project.optional-dependencies]
|
| 24 |
test = [
|
|
|
|
| 27 |
"httpx>=0.24",
|
| 28 |
]
|
| 29 |
|
|
|
|
|
|
|
|
|
|
| 30 |
[tool.setuptools.packages.find]
|
| 31 |
where = ["."]
|
| 32 |
include = ["grid_env*", "server*"]
|
uv.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|