Skip to content

Commit 95c9587

Browse files
committed
chore: add Python version requirement and enable package configuration
1 parent 031b4f1 commit 95c9587

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies = [
1212
"rich>=13.9.4",
1313
"textual>=1.0.0",
1414
]
15+
requires-python = ">=3.12"
1516

1617
[tool.setuptools]
1718
license-files = []
@@ -31,6 +32,9 @@ dev = [
3132
[tool.uv.workspace]
3233
members = ["q"]
3334

35+
[tool.uv]
36+
package = true
37+
3438
[tool.commitizen]
3539
name = "cz_conventional_commits"
3640
version = "0.11.0b3"

0 commit comments

Comments
 (0)