update pyproject
This commit is contained in:
parent
1b1e4dc154
commit
9fa33e81c2
1 changed files with 2 additions and 4 deletions
|
|
@ -7,13 +7,11 @@ name = "up"
|
|||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = []
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["_extensions"]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"zensical>=0.0.43",
|
||||
]
|
||||
dev = ["zensical>=0.0.43"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue