File tree Expand file tree Collapse file tree 3 files changed +685
-556
lines changed
Expand file tree Collapse file tree 3 files changed +685
-556
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " WIOpy"
3- version = " 1.2.0 "
3+ version = " 1.2.1 "
44description = " A Python wrapper for the Walmart IO API"
5- readme = { file = " README.md" , content-type = " text/markdown " }
5+ readme = " README.md"
66license = { file = " LICENSE" }
77authors = [{ name = " CoderJoshDK" }]
88requires-python = " >=3.9"
@@ -40,7 +40,7 @@ classifiers = [
4040
4141[dependency-groups ]
4242dev = [
43- " basedpyright>=1.24 .0" ,
43+ " basedpyright>=1.31 .0" ,
4444 " ruff>=0.9.3" ,
4545]
4646
@@ -64,8 +64,11 @@ unfixable = ["F841"]
6464package = true
6565
6666[build-system ]
67- requires = [" hatchling" ]
68- build-backend = " hatchling.build"
67+ requires = [" uv_build>=0.8.0,<0.9.0" ]
68+ build-backend = " uv_build"
69+
70+ [tool .uv .build-backend ]
71+ module-root = " "
6972
7073[tool .basedpyright ]
7174include = [" wiopy" ]
You can’t perform that action at this time.
0 commit comments