Skip to content

Commit

Permalink
Revert "Disable inclusion of package data as it causes 'tests' to be …
Browse files Browse the repository at this point in the history
…included as data. Fixes #2505."

This reverts commit fbc9bd6.
  • Loading branch information
jaraco committed Jul 18, 2024
1 parent 8482e6b commit 1a52f11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,7 @@ PKG-INFO = "setuptools.command.egg_info:write_pkg_info"
"dependency_links.txt" = "setuptools.command.egg_info:overwrite_arg"

[tool.setuptools]
# disabled as it causes tests to be included #2505
# include_package_data = true
include-package-data = false
include-package-data = true

[tool.setuptools.packages.find]
include = [
Expand Down

0 comments on commit 1a52f11

Please sign in to comment.