We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366cce0 commit 63e5723Copy full SHA for 63e5723
2 files changed
MANIFEST.in
pyproject.toml
@@ -9,7 +9,8 @@ dependencies = [
9
]
10
readme = "README.rst"
11
requires-python = ">=3.10, <4"
12
-license = { text = "MIT" }
+license = "MIT"
13
+license-files = ["LICENSE"]
14
keywords = [
15
"SQLite",
16
"Full-text",
@@ -47,8 +48,8 @@ build-backend = "uv_build"
47
48
module-name = "sqlitefts"
49
module-root = ""
50
-[tool.uv]
51
-dev-dependencies = [
+[dependency-groups]
52
+dev = [
53
"mypy>=1.11.2 ; python_version >= '3.13'",
54
"faker>=30.0.0 ; python_full_version >= '3.13'",
55
"pytest>=8.3.2 ; python_version >= '3.13'",
0 commit comments