18 lines
326 B
TOML
18 lines
326 B
TOML
[project]
|
|
name = "dp32-proto"
|
|
version = "0.1.1"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"rich>=14.0.0",
|
|
]
|
|
|
|
[project.scripts]
|
|
dp32emu = "main:main"
|
|
dp32dbg = "dbg_main:main"
|
|
|
|
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta"
|