Skip to content

Commit b3b2c19

Browse files
committed
Remove references to cffi
We no longer use `cffi` since we don't build any C code anymore.
1 parent 5ddc680 commit b3b2c19

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ recursive-include docs *.py *.rst *.svg Makefile
55
recursive-include examples *.html *.js *.py *.rst *.wav
66
recursive-include requirements *.txt
77
recursive-include scripts *.json *.py
8-
recursive-include src/_cffi_src *.py
98
recursive-include stubs *.pyi
109
recursive-include tests *.bin *.py

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ classifiers = [
2727
dependencies = [
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"]
7978
version = {attr = "aiortc.__version__"}
8079

8180
[tool.setuptools.packages.find]
82-
exclude = ["_cffi_src"]
8381
where = ["src"]

0 commit comments

Comments
 (0)