Skip to content

Commit

Permalink
exclude C/Cython files from wheel (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Dec 20, 2023
1 parent c780261 commit 1408642
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Expand Up @@ -39,6 +39,10 @@ Repository = "https://github.com/msgpack/msgpack-python/"
Tracker = "https://github.com/msgpack/msgpack-python/issues"
Changelog = "https://github.com/msgpack/msgpack-python/blob/main/ChangeLog.rst"

[tool.setuptools]
# Do not install C/C++/Cython source files
include-package-data = false

[tool.setuptools.dynamic]
version = {attr = "msgpack.__version__"}

Expand Down

0 comments on commit 1408642

Please sign in to comment.