Skip to content

Commit 95d62f8

Browse files
committed
fixed bugs in refactoring
1 parent 604756e commit 95d62f8

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

pyproject.toml

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

55
[project]
66
name = "webapicontrollers"
7-
version = "0.0.1"
7+
version = "0.0.2"
88
authors = [
99
{ name="Ben Robinson" },
1010
]
@@ -18,4 +18,12 @@ classifiers = [
1818
]
1919

2020
[project.urls]
21-
Homepage = "https://github.com/codingflowdev/fast-api-controllers"
21+
Homepage = "https://github.com/codingflowdev/fast-api-controllers"
22+
23+
[tool.hatch.build.targets.wheel]
24+
# Exclude app.py from the wheel distribution
25+
exclude = ["src/app.py"]
26+
27+
[tool.hatch.build.targets.sdist]
28+
# Exclude app.py from the source distribution
29+
exclude = ["src/app.py"]

0 commit comments

Comments
 (0)