mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 12:03:15 +00:00
exclude C/Cython files from wheel (#577)
This commit is contained in:
parent
c78026102c
commit
140864249f
1 changed files with 4 additions and 0 deletions
|
@ -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__"}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue