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 d1925bc commit 18881f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ exclude = ["test", "scripts", "_deps", "test*", "test/*", "_deps*", "_deps/*"]

# Exclude certain files from the wheel. Overrides package-data settings
#[tool.setuptools.exclude-package-data]
"*" = ["*.egg-info"]
"build" = ["*.*", "*"]
#"*" = ["*.egg-info"]
#"build" = ["*.*", "*"]
#"_deps" = ["*.*"]

[tool.cibuildwheel]
Expand Down

0 comments on commit 18881f1

Please sign in to comment.