v0.1.0
This commit is contained in:
commit
8dc64f113a
0
africat/__init__.py
Normal file
0
africat/__init__.py
Normal file
14
pyproject.toml
Normal file
14
pyproject.toml
Normal 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
0
tests/__init__.py
Normal file
Loading…
x
Reference in New Issue
Block a user