Files
repoCat/pyproject.toml
Max P. 5c0db1c656 chore(version): bump to 0.2.0
- Updates the project version to 0.2.0 in preparation for a new release
2025-05-11 14:57:24 +02:00

27 lines
576 B
TOML

[tool.poetry]
name = "repocat"
version = "0.2.0"
description = ""
authors = ["Max P. <Mail@MPassarello.de>"]
readme = "README.md"
packages = [{ include = "repocat", from = "src" }]
[tool.poetry.dependencies]
python = ">=3.12"
rich = "^14.0.0"
typer = { extras = ["all"], version = "^0.15.3" }
click = "<8.2.0"
pyyaml = "^6.0.2"
pydantic = "^2.11.4"
zstandard = "^0.23.0"
[tool.poetry.scripts]
repocat = "repocat.__main__:main"
[build-system]
requires = ["poetry-core>=2.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.group.dev.dependencies]
twine = "^6.1.0"