15 lines
388 B
TOML
15 lines
388 B
TOML
[tool.poetry]
|
|
name = "africat"
|
|
version = "0.1.1"
|
|
description = "Categorise articles about Africa according to the AllAfrica_NewsStory dataset, based on categories from AllAfrica::Cats"
|
|
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"
|