kfet_launchpad_controller/pyproject.toml

50 lines
1.1 KiB
TOML
Raw Permalink Normal View History

2023-12-20 19:22:12 +01:00
[tool]
[tool.poetry]
name = "eos_midi"
2023-12-21 13:55:13 +01:00
version = "0.1.2"
2023-12-20 19:22:12 +01:00
homepage = "https://git.soyouzpanda.com/soyouzpanda/kfet_launchpad_controller"
description = "Controller to control EOS with Launchpad Mini Mk3 for ENS"
authors = ["soyouzpanda <soyouzpanda@soyouzpanda.fr>"]
readme = "README.rst"
license = "MIT"
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
]
packages = [
{ include = "eos_midi" },
{ include = "tests", format = "sdist" },
]
[tool.poetry.dependencies]
python = ">=3.7,<4"
lpminimk3 = "*"
python-osc = "*"
[tool.poetry.dev-dependencies]
bumpversion = "*"
coverage = "*"
flake8 = "*"
invoke = "*"
isort = "*"
pylint = "*"
pytest = ">=7.2.0"
sphinx = ">=5.3.0"
black = "*"
[build-system]
2024-12-05 09:28:47 +01:00
requires = ["poetry-core>=1.7.1"]
2023-12-21 14:18:03 +01:00
build-backend = "poetry.core.masonry.api"
2023-12-20 19:22:12 +01:00
[tool.isort]
profile = "black"