Skip to content
Snippets Groups Projects
pyproject.toml 473 B
Newer Older
[tool.poetry]
gling's avatar
gling committed
name = "chipforge"
colinm22's avatar
colinm22 committed
version = "0.0.30"
gling's avatar
gling committed
description = "Chip Forge Python Utilities"
repository = "https://git.ece.iastate.edu/isu-chip-fab/chiputil.git"
authors = ["Gregory Ling"]

[tool.poetry.dependencies]
python = "^3.6"
pyftdi = "^0.53"
gling's avatar
gling committed
click = "^8.0.4"

[tool.poetry.dev-dependencies]

[tool.poetry.scripts]
gling's avatar
gling committed
chipforge = 'chipforge.cli:cli'
cf = 'chipforge.cli:cli'

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