Skip to content

Commit 63e5723

Browse files
committed
update project configs
1 parent 366cce0 commit 63e5723

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

MANIFEST.in

Lines changed: 0 additions & 7 deletions
This file was deleted.

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ dependencies = [
99
]
1010
readme = "README.rst"
1111
requires-python = ">=3.10, <4"
12-
license = { text = "MIT" }
12+
license = "MIT"
13+
license-files = ["LICENSE"]
1314
keywords = [
1415
"SQLite",
1516
"Full-text",
@@ -47,8 +48,8 @@ build-backend = "uv_build"
4748
module-name = "sqlitefts"
4849
module-root = ""
4950

50-
[tool.uv]
51-
dev-dependencies = [
51+
[dependency-groups]
52+
dev = [
5253
"mypy>=1.11.2 ; python_version >= '3.13'",
5354
"faker>=30.0.0 ; python_full_version >= '3.13'",
5455
"pytest>=8.3.2 ; python_version >= '3.13'",

0 commit comments

Comments
 (0)