commit 8dc64f113a335a0d09513ea593e186f84252bcac Author: tim Date: Fri Dec 1 21:24:42 2023 +0200 v0.1.0 diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/africat/__init__.py b/africat/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..b8b28cb --- /dev/null +++ b/pyproject.toml @@ -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 "] +readme = "README.md" + +[tool.poetry.dependencies] +python = "^3.11" + + +[build-system] +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api" diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29