We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c780261 commit 1408642Copy full SHA for 1408642
pyproject.toml
@@ -39,6 +39,10 @@ Repository = "https://github.com/msgpack/msgpack-python/"
39
Tracker = "https://github.com/msgpack/msgpack-python/issues"
40
Changelog = "https://github.com/msgpack/msgpack-python/blob/main/ChangeLog.rst"
41
42
+[tool.setuptools]
43
+# Do not install C/C++/Cython source files
44
+include-package-data = false
45
+
46
[tool.setuptools.dynamic]
47
version = {attr = "msgpack.__version__"}
48
0 commit comments