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 371e2d7 commit 061cf69Copy full SHA for 061cf69
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "labthings-fastapi"
3
-version = "0.0.8"
+version = "0.0.9"
4
authors = [
5
{ name="Richard Bowman", email="[email protected]" },
6
]
@@ -39,8 +39,17 @@ server = [
39
"Bug Tracker" = "https://github.com/rwb27/labthings-fastapi/issues"
40
41
[build-system]
42
-requires = ["setuptools>=61.0"]
43
-build-backend = "setuptools.build_meta"
+requires = ["hatchling"]
+build-backend = "hatchling.build"
44
+
45
+[tool.hatch.build.targets.sdist]
46
+include = [
47
+ "src"
48
+]
49
+artifacts = ["src/*.json"]
50
51
+[tool.hatch.build.targets.wheel]
52
53
54
[tool.ruff]
55
target-version = "py39"
0 commit comments