Skip to content

Commit

Permalink
Include mycli instead of excluding each directory separately
Browse files Browse the repository at this point in the history
Signed-off-by: Alfred Wingate <[email protected]>
  • Loading branch information
parona-source committed Dec 12, 2024
1 parent a206b1d commit d504621
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 @@ -53,7 +53,7 @@ mycli = "mycli.main:cli"
mycli = ["myclirc", "AUTHORS", "SPONSORS"]

[tool.setuptools.packages.find]
exclude = ["screenshots", "tests*"]
include = ["mycli*"]

[tool.ruff]
line-length = 140

0 comments on commit d504621

Please sign in to comment.