File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " surquest-fastapi-utils"
7- version = " 0.2.4 "
7+ version = " 0.2.5 "
88description = " This project provides collection of utilities for FastAPI framework as: Catcher, Middleware, etc."
99authors = [
1010 {name = " Michal Švarc" , email = " michal.svarc@surquest.com" }
@@ -29,13 +29,9 @@ test = [
2929"Homepage" = " https://github.com/surquest/python-fastapi-utils"
3030"Bug Tracker" = " https://github.com/surquest/python-fastapi-utils/issues"
3131
32- [tool .hatch .build .targets .wheel ]
33- packages = [" src/surquest" ]
3432
35- [tool .hatch .build .targets .wheel .sources ]
36- "src" = " "
37- "scripts" = " surquest"
33+ [tool .hatch .build .targets .wheel ]
34+ packages = [" surquest" ]
3835
3936[tool .hatch .build .targets .sdist .sources ]
4037"src" = " "
41- "scripts" = " surquest"
You can’t perform that action at this time.
0 commit comments