mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-08-02 15:34:10 +02:00
Use uv in the Justfile, refs #674
This commit is contained in:
parent
d328f7e765
commit
bf1ac778a3
3 changed files with 19 additions and 21 deletions
|
|
@ -76,6 +76,7 @@ build-backend = "setuptools.build_meta"
|
|||
max-line-length = 160
|
||||
# Black compatibility, E203 whitespace before ':':
|
||||
extend-ignore = ["E203"]
|
||||
extend-exclude = [".venv", "build", "dist", "docs", "sqlite_utils.egg-info"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
sqlite_utils = ["py.typed"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue