kfet_launchpad_controller/pyproject.toml
2024-12-05 09:28:47 +01:00

49 lines
1.1 KiB
TOML

[tool]
[tool.poetry]
name = "eos_midi"
version = "0.1.2"
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]
requires = ["poetry-core>=1.7.1"]
build-backend = "poetry.core.masonry.api"
[tool.isort]
profile = "black"