Skip to content

Commit 65e5259

Browse files
committed
Fixing the wheel file content
1 parent 64c7e2b commit 65e5259

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

pyproject.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "surquest-fastapi-utils"
7-
version = "0.2.4"
7+
version = "0.2.5"
88
description = "This project provides collection of utilities for FastAPI framework as: Catcher, Middleware, etc."
99
authors = [
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"

0 commit comments

Comments
 (0)