diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 33c7287..c3f6ebc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "text-recognizer" version = "0.1.0" authors = ["aktersnurra <gustaf.rydholm@gmail.com>"] -description = "A text recognizer using best pratices in python and deep learning." +description = "Text recognition software using best pratices in python." license = "MIT" readme = "README.md" homepage = "https://github.com/aktersnurra/text-recognizer" |