Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1408642

Browse filesBrowse files
authored
exclude C/Cython files from wheel (#577)
1 parent c780261 commit 1408642
Copy full SHA for 1408642

File tree

1 file changed

+4
-0
lines changed
Filter options

1 file changed

+4
-0
lines changed

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+4Lines changed: 4 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.