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"
|
version = "0.1.0"
|
||||||
description = "Add your description here"
|
description = "Add your description here"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.12"
|
||||||
dependencies = []
|
dependencies = []
|
||||||
|
|
||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build.targets.wheel]
|
||||||
packages = ["_extensions"]
|
packages = ["_extensions"]
|
||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
dev = [
|
dev = ["zensical>=0.0.43"]
|
||||||
"zensical>=0.0.43",
|
|
||||||
]
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue