Skip to content

Commit 9cd74b2

Browse files
committed
pyproject.toml: add license-files
This is so that the LICENSE.txt file gets packaged when a wheel is built. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
1 parent d32d848 commit 9cd74b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ description = ''
99
readme = "README.md"
1010
requires-python = ">=3.8"
1111
license = "MIT"
12+
license-files = [
13+
"LICENSE.txt",
14+
]
1215
keywords = []
1316
authors = [
1417
{ name = "Trevor Gamblin", email = "tgamblin@baylibre.com" },

0 commit comments

Comments
 (0)