2 Commits

Author SHA1 Message Date
01d5d9801c add poethepoet to poetry.requires-plugins 2025-01-12 12:50:03 +00:00
a558e7daf7 move example/test scripts into poe.tasks 2025-01-12 11:47:07 +00:00

View File

@@ -7,6 +7,9 @@ license = "MIT"
readme = "README.md"
repository = "https://github.com/onyx-and-iris/xair-api-python"
[tool.poetry.requires-plugins]
poethepoet = "^0.32.1"
[tool.poetry.dependencies]
python = "^3.10"
python-osc = "^1.8.0"
@@ -23,12 +26,12 @@ virtualenv-pyenv = "^0.5.0"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
obs = "scripts:ex_obs"
sends = "scripts:ex_sends"
xair = "scripts:test_xair"
x32 = "scripts:test_x32"
all = "scripts:test_all"
[tool.poe.tasks]
obs.script = "scripts:ex_obs"
sends.script = "scripts:ex_sends"
xair.script = "scripts:test_xair"
x32.script = "scripts:test_x32"
all.script = "scripts:test_all"
[tool.tox]
legacy_tox_ini = """