Skip to content

Commit 4368099

Browse files
committed
Specify build system in pyproject.toml
1 parent 5d8370a commit 4368099

2 files changed

Lines changed: 8 additions & 0 deletions

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+
* Specify build system in `pyproject.toml`
6+
17
## 1.12.1 - 2024-09-07
28

39
### Bug Fixes

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ dependencies = [
1818
"sqlparse>=0.4.4",
1919
]
2020

21+
[build-system]
22+
build-backend = "setuptools.build_meta"
2123

2224
[project.scripts]
2325
litecli = "litecli.main:cli"

0 commit comments

Comments
 (0)