Skip to content
Snippets Groups Projects
pyproject.toml 435 B
Newer Older
gling's avatar
gling committed
[tool.poetry]
name = "fpgagen"
gling's avatar
gling committed
version = "1.2.0"
gling's avatar
gling committed
description = "Generate Vivado FPGA projects for caravel_user_project"
gling's avatar
gling committed
repository = "https://git.ece.iastate.edu/isu-chip-fab/fpgagen.git"
gling's avatar
gling committed
authors = ["Gregory Ling"]

[tool.poetry.dependencies]
python = "^3.6"

[tool.poetry.dev-dependencies]

[tool.poetry.scripts]
gling's avatar
gling committed
fpgagen = 'fpgagen.main:main'
gling's avatar
gling committed

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"