We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb44a9 commit e1ed247Copy full SHA for e1ed247
CHANGES/6399.misc
@@ -0,0 +1 @@
1
+Do not install C sources with binary distributions.
setup.cfg
@@ -56,6 +56,11 @@ install_requires =
56
frozenlist >= 1.1.1
57
aiosignal >= 1.1.2
58
59
+[options.exclude_package_data]
60
+* =
61
+ *.c
62
+ *.h
63
+
64
[options.extras_require]
65
speedups =
66
aiodns >= 1.1
@@ -71,7 +76,6 @@ exclude =
71
76
# https://setuptools.readthedocs.io/en/latest/setuptools.html#options
72
77
# (see notes for the asterisk/`*` meaning)
73
78
* =
74
-# *.c
75
79
*.so
80
81
[pep8]
0 commit comments