diff --git a/pyproject.toml b/pyproject.toml index c9c01ab..bebe83e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,16 +12,17 @@ dependencies = [ "ruff>=0.4.2", ] readme = "README.md" -requires-python = ">= 3.8,<3.12" +requires-python = ">= 3.10,<3.13" -[tool.setuptools] -include-package-data = true +[build-system] +requires = ["hatchling"] +build-backend = "hatchling.build" -# [tool.setuptools.package-data] -# mypkg = ["*.yaml"] +[tool.hatch.metadata] +allow-direct-references = true -[tool.setuptools.data-files] -config = ["config/default_config.yaml"] +[tool.hatch.build.targets.wheel] +packages = ["src/room_control"] [tool.ruff.format] quote-style = 'single'