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 1a15b4b commit d1925bc
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 @@ -42,7 +42,7 @@ dependencies = [
# Specifies the path of the root directory
[tool.setuptools.packages.find]
where = [""]
exclude = ["test", "scripts", "_deps"]
exclude = ["test", "scripts", "_deps", "test*", "test/*", "_deps*", "_deps/*"]

# Include .so to the wheel file.
[tool.setuptools.package-data]
Expand Down

0 comments on commit d1925bc

Please sign in to comment.