16 lines
320 B
TOML
16 lines
320 B
TOML
[project]
|
|
name = "dp32-proto"
|
|
version = "0.1.1"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = []
|
|
|
|
[project.scripts]
|
|
dp32emu = "emulator.main:main"
|
|
dp32dbg = "debugger.main:main"
|
|
|
|
[bulild-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta"
|