diff --git a/pyproject.toml b/pyproject.toml index 5e34f0d..6dc246f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,3 +71,10 @@ version-file = "simple_dhcp_server/_version.py" [tool.hatch.metadata] allow-direct-references = true + +[tool.hatch.build.targets.wheel] +packages = ["simple_dhcp_server"] +artifacts = [ + "simple_dhcp_server/*.yml", + "simple_dhcp_server/*.conf", +]