From 8dc64f113a335a0d09513ea593e186f84252bcac Mon Sep 17 00:00:00 2001 From: tim Date: Fri, 1 Dec 2023 21:24:42 +0200 Subject: [PATCH] v0.1.0 --- README.md | 0 africat/__init__.py | 0 pyproject.toml | 14 ++++++++++++++ tests/__init__.py | 0 4 files changed, 14 insertions(+) create mode 100644 README.md create mode 100644 africat/__init__.py create mode 100644 pyproject.toml create mode 100644 tests/__init__.py 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