Skip to content

Commit

Permalink
fix: add workaround for setuptools bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Dec 16, 2024
1 parent 016ecbe commit 4abc1cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,8 @@ max-complexity = 16

[tool.setuptools]
include-package-data = true
license-files = [
"LICENSE"
]
# Empty as a workaround for https://github.com/pypa/setuptools/issues/4759
license-files = []
platforms = [
"any"
]
Expand Down

0 comments on commit 4abc1cc

Please sign in to comment.