Skip to content

Commit

Permalink
fix(package-data): include *.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Feb 16, 2025
1 parent 1f0ed04 commit e6b49d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,6 @@ select = [
python_version = "3.9"
strict = true
exclude = ['cli\.py$', '__main__\.py$', "tests/", "build/"]

[tool.setuptools.package-data]
"*" = ["*.gz"]

0 comments on commit e6b49d3

Please sign in to comment.