17 lines
330 B
TOML
17 lines
330 B
TOML
[project]
|
|
name = "homeassistant"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = []
|
|
|
|
[tool.pixi.project]
|
|
channels = ["conda-forge"]
|
|
platforms = ["linux-64"]
|
|
|
|
[tool.pixi.pypi-dependencies]
|
|
homeassistant = { path = ".", editable = true }
|
|
|
|
[tool.pixi.tasks]
|