removed rye stuff

This commit is contained in:
John Lancaster
2024-05-06 23:36:38 -05:00
parent 124ff5c227
commit 7b67d062a0
4 changed files with 8 additions and 244 deletions

View File

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