removed rye stuff
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user