Skip to content

Commit

Permalink
Fix the autodiscovery of packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
amjith committed Sep 8, 2024
1 parent e97d3f1 commit 1d0c539
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 @@ -33,8 +33,8 @@ dev = [
"pdbpp>=0.10.3",
]

[tool.setuptools]
packages = ["litecli"]
[tool.setuptools.packages.find]
exclude = ["screenshots"]

[tool.setuptools.package-data]
litecli = ["liteclirc", "AUTHORS"]
Expand Down

0 comments on commit 1d0c539

Please sign in to comment.