Upload pyproject.toml
Browse files- pyproject.toml +1 -2
pyproject.toml
CHANGED
|
@@ -60,7 +60,7 @@ server = "server.app:main"
|
|
| 60 |
|
| 61 |
[project.urls]
|
| 62 |
Homepage = "https://huggingface.co/spaces/SamSankar/hallucination-guard-env"
|
| 63 |
-
Repository = "https://github.com/SS-360/
|
| 64 |
Documentation = "https://samsankar-hallucination-guard-env.hf.space/docs"
|
| 65 |
|
| 66 |
[tool.hatch.build.targets.wheel]
|
|
@@ -68,4 +68,3 @@ packages = ["server", "models.py", "client.py"]
|
|
| 68 |
|
| 69 |
[tool.pytest.ini_options]
|
| 70 |
testpaths = ["tests"]
|
| 71 |
-
asyncio_mode = "auto"
|
|
|
|
| 60 |
|
| 61 |
[project.urls]
|
| 62 |
Homepage = "https://huggingface.co/spaces/SamSankar/hallucination-guard-env"
|
| 63 |
+
Repository = "https://github.com/SS-360/hallucination-guard-env"
|
| 64 |
Documentation = "https://samsankar-hallucination-guard-env.hf.space/docs"
|
| 65 |
|
| 66 |
[tool.hatch.build.targets.wheel]
|
|
|
|
| 68 |
|
| 69 |
[tool.pytest.ini_options]
|
| 70 |
testpaths = ["tests"]
|
|
|