Skip to content

Commit

Permalink
Exclude redundant dir
Browse files Browse the repository at this point in the history
  • Loading branch information
e60e256 committed Mar 24, 2024
1 parent 8d6a223 commit 530728f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ where = ["qdd"]

# Include .so to the wheel file.
[tool.setuptools.package-data]
"" = ["*.so"]
"*" = ["*.so"]

# Exclude certain files from the wheel. Overrides package-data settings
#[tool.setuptools.exclude-package-data]
Expand Down

0 comments on commit 530728f

Please sign in to comment.