Skip to content

Commit 1408642

Browse files
authored
exclude C/Cython files from wheel (#577)
1 parent c780261 commit 1408642

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ Repository = "https://github.com/msgpack/msgpack-python/"
3939
Tracker = "https://github.com/msgpack/msgpack-python/issues"
4040
Changelog = "https://github.com/msgpack/msgpack-python/blob/main/ChangeLog.rst"
4141

42+
[tool.setuptools]
43+
# Do not install C/C++/Cython source files
44+
include-package-data = false
45+
4246
[tool.setuptools.dynamic]
4347
version = {attr = "msgpack.__version__"}
4448

0 commit comments

Comments
 (0)