Skip to content

Commit

Permalink
fix data
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Jun 17, 2024
1 parent 7ee4383 commit 90b610a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ zip-safe = false
# (instead of using 'find'). With 'find', the 'tests' subpackage is discovered
# recursively because of its __init__.py file, but the data subdirectory is excluded
# with include-package-data = false and namespaces = false.
include-package-data = false
include-package-data = true
[tool.setuptools.packages.find]
namespaces = false
where = ["."]
Expand Down

0 comments on commit 90b610a

Please sign in to comment.