africat/pyproject.toml
2025-03-06 19:15:43 +02:00

15 lines
301 B
TOML

[tool.poetry]
name = "africat"
version = "0.1.0"
description = "Categorise articles about Africa"
authors = ["Timothy Allen <tim@treehouse.org.za>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"