Skip to content

Commit 6e8c57f

Browse files
authored
Merge pull request #184 from hamarituc/buildsystem
Specify build system in pyproject.toml
2 parents 534b1e3 + 54f7f0e commit 6e8c57f

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
### Bug Fixes
44

5+
* Specify build system in `pyproject.toml`
56
* Don't install tests
67

8+
79
## 1.12.1 - 2024-09-07
810

911
### Bug Fixes

pyproject.toml

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

21+
[build-system]
22+
requires = ["setuptools >= 61.0"]
23+
build-backend = "setuptools.build_meta"
2124

2225
[project.scripts]
2326
litecli = "litecli.main:cli"

0 commit comments

Comments
 (0)