mirror of https://github.com/MagicStack/uvloop.git
Exclude C files in wheel dist
This commit is contained in:
parent
3eb2adfbe3
commit
75f3c47f8d
|
@ -63,6 +63,9 @@ build-backend = "setuptools.build_meta"
|
||||||
zip-safe = false
|
zip-safe = false
|
||||||
packages = ["uvloop"]
|
packages = ["uvloop"]
|
||||||
|
|
||||||
|
[tool.setuptools.exclude-package-data]
|
||||||
|
"*" = ["*.c", "*.h"]
|
||||||
|
|
||||||
[tool.cibuildwheel]
|
[tool.cibuildwheel]
|
||||||
build-frontend = "build"
|
build-frontend = "build"
|
||||||
test-extras = "test"
|
test-extras = "test"
|
||||||
|
|
Loading…
Reference in New Issue