8000 Exclude .gitignore from binary distribution · pythonnet/pythonnet@a1cd73f · GitHub
[go: up one dir, main page]

Skip to content

Commit a1cd73f

Browse files
siegfriedpammerfilmor
authored andcommitted
Exclude .gitignore from binary distribution
< 8000 /div>
1 parent 131b466 commit a1cd73f

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
@@ -50,6 +50,7 @@ file = "version.txt"
5050

5151
[tool.setuptools.packages.find]
5252
include = ["pythonnet*"]
53+
exclude = [".gitignore"]
5354

5455
[tool.pytest.ini_options]
5556
xfail_strict = true

0 commit comments

Comments
 (0)
0