mirror of
https://git.sr.ht/~kivikakk/niar
synced 2024-12-22 23:02:24 +00:00
19 lines
351 B
TOML
19 lines
351 B
TOML
[project]
|
|
name = "newproject"
|
|
version = "0.0"
|
|
description = ""
|
|
authors = [
|
|
{name = "name", email = "email@example.com"},
|
|
]
|
|
dependencies = [
|
|
"amaranth >= 0.5, < 0.7",
|
|
"amaranth-boards",
|
|
"niar >= 0.1",
|
|
]
|
|
requires-python = ">=3.8"
|
|
license = {text = "BSD-2-Clause"}
|
|
|
|
[build-system]
|
|
requires = ["pdm-backend"]
|
|
build-backend = "pdm.backend"
|