Skip to content

Commit 175db79

Browse files
committed
Do not install tests
1 parent 5d8370a commit 175db79

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Upcoming - TBD
2+
3+
### Bug Fixes
4+
5+
* Don't install tests
6+
17
## 1.12.1 - 2024-09-07
28

39
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dev = [
3434
]
3535

3636
[tool.setuptools.packages.find]
37-
exclude = ["screenshots"]
37+
exclude = ["screenshots", "tests*"]
3838

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

0 commit comments

Comments
 (0)