diff --git a/pyproject.toml b/pyproject.toml index a9f027d..c7587ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ where = ["reduction"] exclude = ["tests*", "scripts*", "docs*", "notebooks*"] [tool.setuptools.package-data] -"*" = ["*.txt"] +"*" = ["*.txt", "*.json"] [tool.ruff] line-length = 140 @@ -93,4 +93,3 @@ ignore = [ ] doctests = false max-line-length = 130 -