Skip to content

Commit

Permalink
Ensure that package data from vendored packages gets installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 3, 2024
1 parent d25f6d9 commit fa7ee91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ exclude = [
]
namespaces = true

[tool.setuptools.package-data]
# ensure that `setuptools/_vendor/jaraco/text/Lorem ipsum.txt` is installed
"*" = ["*.txt"]

[tool.distutils.sdist]
formats = "zip"

Expand Down

0 comments on commit fa7ee91

Please sign in to comment.