File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,5 @@ recursive-include docs *.py *.rst *.svg Makefile
55recursive-include examples *.html *.js *.py *.rst *.wav
66recursive-include requirements *.txt
77recursive-include scripts *.json *.py
8- recursive-include src/_cffi_src *.py
98recursive-include stubs *.pyi
109recursive-include tests *.bin *.py
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ classifiers = [
2727dependencies = [
2828 " aioice>=0.10.1,<1.0.0" ,
2929 " av>=14.0.0,<15.0.0" ,
30- " cffi>=1.0.0" ,
3130 " cryptography>=44.0.0" ,
3231 " google-crc32c>=1.1" ,
3332 " pyee>=13.0.0" ,
@@ -79,5 +78,4 @@ known-third-party = ["aiortc"]
7978version = {attr = " aiortc.__version__" }
8079
8180[tool .setuptools .packages .find ]
82- exclude = [" _cffi_src" ]
8381where = [" src" ]
You can’t perform that action at this time.
0 commit comments