Spaces:
Running
Running
add benchmarks to packages
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -99,7 +99,7 @@ Repository = "https://github.com/your-org/visual-rag-toolkit"
|
|
| 99 |
Issues = "https://github.com/your-org/visual-rag-toolkit/issues"
|
| 100 |
|
| 101 |
[tool.hatch.build.targets.wheel]
|
| 102 |
-
packages = ["visual_rag"]
|
| 103 |
|
| 104 |
[tool.ruff]
|
| 105 |
line-length = 100
|
|
|
|
| 99 |
Issues = "https://github.com/your-org/visual-rag-toolkit/issues"
|
| 100 |
|
| 101 |
[tool.hatch.build.targets.wheel]
|
| 102 |
+
packages = ["visual_rag", "benchmarks"]
|
| 103 |
|
| 104 |
[tool.ruff]
|
| 105 |
line-length = 100
|