Skip to content

Commit bf07e66

Browse files
authored
Merge branch 'main' into buildsystem
2 parents 4368099 + 534b1e3 commit bf07e66

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
### Bug Fixes
44

55
* Specify build system in `pyproject.toml`
6+
* Don't install tests
7+
68

79
## 1.12.1 - 2024-09-07
810

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dev = [
3636
]
3737

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

4141
[tool.setuptools.package-data]
4242
litecli = ["liteclirc", "AUTHORS"]

0 commit comments

Comments
 (0)