Skip to content

Commit 1d0c539

Browse files
committed
Fix the autodiscovery of packages.
1 parent e97d3f1 commit 1d0c539

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ dev = [
3333
"pdbpp>=0.10.3",
3434
]
3535

36-
[tool.setuptools]
37-
packages = ["litecli"]
36+
[tool.setuptools.packages.find]
37+
exclude = ["screenshots"]
3838

3939
[tool.setuptools.package-data]
4040
litecli = ["liteclirc", "AUTHORS"]

0 commit comments

Comments
 (0)