groovylight/pyproject.toml
saji 20b16b6d40
Some checks failed
Verilator Unit Tests / Test (push) Failing after 3m31s
add board,platform, wip cli
2024-09-21 22:53:46 -05:00

32 lines
547 B
TOML

[project]
name = "groovylight"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "saji", email = "saji@saji.dev"},
]
dependencies = [
"amaranth>=0.5.1",
"amaranth-boards>=0",
]
requires-python = "==3.12.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm.dev-dependencies]
dev = [
"basedpyright",
"ruff",
"pytest>=8.3.2",
]
[project.scripts]
groovylight = "groovylight.main:main"
[tool.ruff.lint]
[tool.basedpyright]
reportInvalidTypeForm = false
typeCheckingMode = "off"