File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " labthings-fastapi"
3- version = " 0.0.8 "
3+ version = " 0.0.9 "
44authors = [
55 { name =" Richard Bowman" , email =" richard.bowman@cantab.net" },
66]
@@ -39,11 +39,20 @@ server = [
3939"Bug Tracker" = " https://github.com/rwb27/labthings-fastapi/issues"
4040
4141[build-system ]
42- requires = [" setuptools>=61.0" ]
43- build-backend = " setuptools.build_meta"
42+ requires = [" hatchling" ]
43+ 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+ artifacts = [" src/*.json" ]
4453
4554[tool .ruff ]
46- target-version = " py39 "
55+ target-version = " py310 "
4756
4857[tool .mypy ]
4958plugins = [" pydantic.mypy" , " numpy.typing.mypy_plugin" ]
You can’t perform that action at this time.
0 commit comments