Skip to content

Commit 5b0be4d

Browse files
musicinmybrainyehoshuadimarsky
authored andcommitted
Do not install C sources in binary distributions (pandas-dev#46739)
1 parent fd304f8 commit 5b0be4d

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)