Skip to content

Commit 111bcbb

Browse files
Do not install C sources in binary distributions (#46739)
1 parent 38b0a40 commit 111bcbb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.cfg

+5
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ zip_safe = False
4545
pandas_plotting_backends =
4646
matplotlib = pandas:plotting._matplotlib
4747

48+
[options.exclude_package_data]
49+
* =
50+
*.c
51+
*.h
52+
4853
[options.extras_require]
4954
test =
5055
hypothesis>=5.5.3

0 commit comments

Comments
 (0)