Skip to content

Commit

Permalink
add package data to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukehigashi committed Feb 7, 2024
1 parent da11f46 commit ac59b6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,9 @@ ignore = [
markers = [
"optional: marks tests as optional",
]

[tool.setuptools.packages.find]
where = ["src"]

[tool.setuptools.package-data]
langcheck.metrics.model_manager.config = ["*.yaml"]

0 comments on commit ac59b6b

Please sign in to comment.