Skip to content

Commit 32e20b3

Browse files
committed
chore(dev): include LICENSE file in source distribution for PyPI
1 parent 4560672 commit 32e20b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ tracker = "https://github.com/cpp-linter/cpp-linter-rs/issues"
4242
features = ["pyo3/extension-module"]
4343
include = [
4444
{path = "cpp_linter.pyi", format = "sdist"},
45+
{path = "LICENSE", format = "sdist"},
4546
]
4647
exclude = [
4748
{path = "**/tests/**", format="sdist"},

0 commit comments

Comments
 (0)