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 36960e6 commit afbe7a0Copy full SHA for afbe7a0
CHANGES/6399.misc
@@ -0,0 +1 @@
1
+Do not install C sources with binary distributions.
setup.cfg
@@ -59,6 +59,11 @@ install_requires =
59
frozenlist >= 1.1.1
60
aiosignal >= 1.1.2
61
62
+[options.exclude_package_data]
63
+* =
64
+ *.c
65
+ *.h
66
+
67
[options.extras_require]
68
speedups =
69
aiodns
@@ -74,7 +79,6 @@ exclude =
74
79
# https://setuptools.readthedocs.io/en/latest/setuptools.html#options
75
80
# (see notes for the asterisk/`*` meaning)
76
81
* =
77
-# *.c
78
82
*.so
83
84
[pep8]
0 commit comments