Skip to content

Commit

Permalink
Include .pxd files in wheel
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Ballance <[email protected]>
  • Loading branch information
mballance committed Oct 23, 2024
1 parent 9dc1855 commit d687dfb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@
version=version,
packages=find_namespace_packages(where='python'),
package_dir = {'' : 'python'},
# package_data={ 'debug_mgr': package_data },
package_data={ 'debug_mgr': [
"core.pxd",
"decl.pxd" ]},
author = "Matthew Ballance",
author_email = "[email protected]",
description = ("Simple debug manager for use of C++ Python extensions"),
Expand Down

0 comments on commit d687dfb

Please sign in to comment.