mrfakename yozkut commited on
Commit
21dd973
·
verified ·
1 Parent(s): 61d2d5b

Fix pyproject.toml: invalid package-data key (#2)

Browse files

- Fix pyproject.toml: invalid package-data key (8f3ab1210a92f49bf47e1a805f0c3b7cea98a00b)


Co-authored-by: Yasemin Ozkut <yozkut@users.noreply.huggingface.co>

Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -25,4 +25,4 @@ include-package-data = true
25
  where = ["."]
26
 
27
  [tool.setuptools.package-data]
28
- describe-my-room = ["**/*"] # Also include all non-.py files
 
25
  where = ["."]
26
 
27
  [tool.setuptools.package-data]
28
+ describe_my_room = ["**/*"] # Also include all non-.py files