commit 3c912c4171e591b981be28d4af272a2872bdfaf2
Author: tim <tim@treehouse.org.za>
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..db74f9f
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,14 @@
+[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"
diff --git a/tests/__init__.py b/tests/__init__.py
new file mode 100644
index 0000000..e69de29