15 lines
301 B
TOML
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"
|