We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604756e commit 95d62f8Copy full SHA for 95d62f8
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "webapicontrollers"
7
-version = "0.0.1"
+version = "0.0.2"
8
authors = [
9
{ name="Ben Robinson" },
10
]
@@ -18,4 +18,12 @@ classifiers = [
18
19
20
[project.urls]
21
-Homepage = "https://github.com/codingflowdev/fast-api-controllers"
+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
0 commit comments