2026-06-01 12:27:47 +02:00
|
|
|
[build-system]
|
2026-06-01 12:38:10 +02:00
|
|
|
requires = ["setuptools>=68", "wheel"]
|
|
|
|
|
build-backend = "setuptools.build_meta"
|
2026-06-01 12:27:47 +02:00
|
|
|
|
|
|
|
|
[project]
|
|
|
|
|
name = "ableton-osc"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
description = "Full Ableton Live 11 OSC remote script"
|
|
|
|
|
requires-python = ">=3.8"
|
|
|
|
|
dependencies = []
|
|
|
|
|
|
|
|
|
|
[project.optional-dependencies]
|
|
|
|
|
dev = [
|
|
|
|
|
"python-osc>=1.8",
|
|
|
|
|
"pytest>=7",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[tool.setuptools.packages.find]
|
|
|
|
|
where = ["."]
|
2026-06-01 13:46:34 +02:00
|
|
|
include = ["ableton_osc*"]
|