We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8370a commit 175db79Copy full SHA for 175db79
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## Upcoming - TBD
2
+
3
+### Bug Fixes
4
5
+* Don't install tests
6
7
## 1.12.1 - 2024-09-07
8
9
### Bug Fixes
pyproject.toml
@@ -34,7 +34,7 @@ dev = [
34
]
35
36
[tool.setuptools.packages.find]
37
-exclude = ["screenshots"]
+exclude = ["screenshots", "tests*"]
38
39
[tool.setuptools.package-data]
40
litecli = ["liteclirc", "AUTHORS"]
0 commit comments