-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
23 lines (19 loc) · 759 Bytes
/
pyproject.toml
File metadata and controls
23 lines (19 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "dexed-tweaks"
version = "0.0.4"
authors = [ { name="MajorCadence", email="mjc@majorcadencetech.org" }, ]
description = "A package that allows the user control over Dexed parameters and carts via python"
readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.13"
classifiers = [ "Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Development Status :: 1 - Planning" ,
" Topic :: Multimedia :: Sound/Audio :: MIDI" ]
dependencies = [ "python-rtmidi" ]
[project.urls]
Homepage = "https://github.com/majorcadence/Dexed-tweaks"
Issues = "https://github.com/majorcadence/Dexed-tweaks/issues"