pyproject updates
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user