Spaces:
Sleeping
Sleeping
Upload pyproject.toml
Browse files- pyproject.toml +5 -3
pyproject.toml
CHANGED
|
@@ -19,6 +19,10 @@ build-backend = "setuptools.build_meta"
|
|
| 19 |
requires = ["setuptools>=61.0"]
|
| 20 |
build-backend = "setuptools.build_meta"
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
[project]
|
| 23 |
name = "mail-triage-v4-security-eval"
|
| 24 |
version = "2.0.0"
|
|
@@ -37,13 +41,11 @@ dependencies = [
|
|
| 37 |
"openai>=2.30.0",
|
| 38 |
]
|
| 39 |
|
| 40 |
-
# FIXED: Points directly to your server.py file at the root
|
| 41 |
[project.scripts]
|
| 42 |
server = "server:main"
|
| 43 |
|
| 44 |
[project.urls]
|
| 45 |
-
|
| 46 |
|
| 47 |
[tool.setuptools]
|
| 48 |
-
# FIXED: Updated to include server as a module instead of a package directory
|
| 49 |
py-modules = ["env", "models", "inference", "server"]
|
|
|
|
| 19 |
requires = ["setuptools>=61.0"]
|
| 20 |
build-backend = "setuptools.build_meta"
|
| 21 |
|
| 22 |
+
[build-system]
|
| 23 |
+
requires = ["setuptools>=61.0"]
|
| 24 |
+
build-backend = "setuptools.build_meta"
|
| 25 |
+
|
| 26 |
[project]
|
| 27 |
name = "mail-triage-v4-security-eval"
|
| 28 |
version = "2.0.0"
|
|
|
|
| 41 |
"openai>=2.30.0",
|
| 42 |
]
|
| 43 |
|
|
|
|
| 44 |
[project.scripts]
|
| 45 |
server = "server:main"
|
| 46 |
|
| 47 |
[project.urls]
|
| 48 |
+
Homepage = "https://huggingface.co/spaces/YOUR_USERNAME/YOUR_SPACE_NAME"
|
| 49 |
|
| 50 |
[tool.setuptools]
|
|
|
|
| 51 |
py-modules = ["env", "models", "inference", "server"]
|