Skip to content

Commit ae96b80

Browse files
committed
Explicitly exclude license file from publish
1 parent a9855b6 commit ae96b80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ dev = [
6565
"yapf>=0.43.0",
6666
]
6767

68+
[tool.setuptools]
69+
license-files = []
70+
6871
[tool.setuptools.packages.find]
6972
where = ["."]
7073
include = ["sc2"]

0 commit comments

Comments
 (0)