pyproject updates

This commit is contained in:
John Lancaster
2025-11-16 09:26:56 -06:00
parent b1638be692
commit 72b4b7d72e

View File

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