This commit is contained in:
Timothy Allen 2023-12-01 21:24:42 +02:00
commit 8dc64f113a
4 changed files with 14 additions and 0 deletions

0
README.md Normal file
View File

0
africat/__init__.py Normal file
View File

14
pyproject.toml Normal file
View File

@ -0,0 +1,14 @@
[tool.poetry]
name = "africat"
version = "0.1.0"
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"

0
tests/__init__.py Normal file
View File