alozowski HF Staff commited on
Commit
e283a7b
·
1 Parent(s): 1694e41

Correct setuptools

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -31,7 +31,7 @@ yourbench = { git = "https://github.com/huggingface/yourbench.git", branch = "ma
31
  lighteval = { git = "https://github.com/huggingface/lighteval.git", tag = "v0.9.2" }
32
 
33
  [tool.setuptools]
34
- packages = ["app", "yourbench_space"]
35
 
36
  [tool.ruff]
37
  line-length = 119
 
31
  lighteval = { git = "https://github.com/huggingface/lighteval.git", tag = "v0.9.2" }
32
 
33
  [tool.setuptools]
34
+ packages = ["yourbench_space"]
35
 
36
  [tool.ruff]
37
  line-length = 119