We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 534b1e3 + 54f7f0e commit 6e8c57fCopy full SHA for 6e8c57f
2 files changed
CHANGELOG.md
@@ -2,8 +2,10 @@
2
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
11
pyproject.toml
@@ -18,6 +18,9 @@ dependencies = [
18
"sqlparse>=0.4.4",
19
]
20
21
+[build-system]
22
+requires = ["setuptools >= 61.0"]
23
+build-backend = "setuptools.build_meta"
24
25
[project.scripts]
26
litecli = "litecli.main:cli"
0 commit comments