Skip to content

Commit

Permalink
chore:add exclude dir for build whl (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
LoveEatCandy authored Dec 5, 2024
1 parent f9f066f commit 14bb713
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 @@ -31,7 +31,7 @@ requires-python = ">=3.9"
megfile = "megfile.cli:safe_cli"

[tool.setuptools.packages.find]
exclude = ["tests", "tests*", "remof"]
exclude = ["tests", "tests*", "remof", "scripts", "docs"]

[tool.setuptools.dynamic]
version = {attr = "megfile.version.VERSION"}
Expand Down

0 comments on commit 14bb713

Please sign in to comment.