Files
hdlbuild/pyproject.toml
Max P. ad718b6548
Some checks failed
Auto Changelog & (Release) / release (push) Has been cancelled
Build and Publish nightly package / build-and-publish (push) Has been cancelled
chore(version): bump to 0.6.1
- Increment version from 0.6.0 to 0.6.1 in VERSION and pyproject.toml
2025-07-16 11:44:32 +02:00

28 lines
596 B
TOML

[tool.poetry]
name = "hdlbuild"
version = "0.6.1"
description = "Flexible FPGA Build System"
authors = ["0xMax42 <Mail@0xMax42.io>"]
license = "MIT"
readme = "README.md"
packages = [{ include = "hdlbuild", from = "src" }]
include = ["src/hdlbuild/templates/*"]
[tool.poetry.scripts]
hdlbuild = "hdlbuild.cli:main"
[tool.poetry.dependencies]
python = "^3.10"
pyyaml = "^6.0.2"
pydantic = "^2.11.3"
rich = "^14.0.0"
gitpython = "^3.1.44"
typer = "^0.16.0"
[tool.poetry.group.dev.dependencies]
twine = "^6.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"