We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4368099 + 534b1e3 commit bf07e66Copy full SHA for bf07e66
2 files changed
CHANGELOG.md
@@ -3,6 +3,8 @@
3
### Bug Fixes
4
5
* Specify build system in `pyproject.toml`
6
+* Don't install tests
7
+
8
9
## 1.12.1 - 2024-09-07
10
pyproject.toml
@@ -36,7 +36,7 @@ dev = [
36
]
37
38
[tool.setuptools.packages.find]
39
-exclude = ["screenshots"]
+exclude = ["screenshots", "tests*"]
40
41
[tool.setuptools.package-data]
42
litecli = ["liteclirc", "AUTHORS"]
0 commit comments