Skip to content

Commit d9f95d2

Browse files
authored
Merge pull request #29 from carlwgeorge/include-all-licenses
Include all license files in sdist and wheel
2 parents ad0c583 + 723e189 commit d9f95d2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ classifiers = [
2626
]
2727
authors = [{name = "Robert Collins", email = "robertc@robertcollins.net"}]
2828
license = {text = "Apache-2.0 or BSD"}
29+
license-files = [
30+
"COPYING",
31+
"Apache-2.0",
32+
"BSD",
33+
]
2934
requires-python = ">=3.10"
3035
dynamic = ["version"]
3136

0 commit comments

Comments
 (0)