Skip to content

Commit 00b0a6f

Browse files
committed
Add more about project info
1 parent 9c3d18c commit 00b0a6f

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

pyproject.toml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
[tool.poetry]
22
name = "fast-plate-ocr"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Fast & Lightweight OCR for license plates."
55
authors = ["ankandrew <61120139+ankandrew@users.noreply.github.com>"]
66
readme = "README.md"
7+
repository = "https://github.com/ankandrew/fast-plate-ocr/"
8+
keywords = ["plate-recognition", "license-plate-recognition", "license-plate-ocr"]
9+
classifiers = [
10+
"Intended Audience :: Developers",
11+
"Intended Audience :: Education",
12+
"Intended Audience :: Science/Research",
13+
"Operating System :: OS Independent",
14+
"Topic :: Software Development",
15+
"Topic :: Scientific/Engineering",
16+
"Topic :: Software Development :: Libraries",
17+
"Topic :: Software Development :: Build Tools",
18+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
19+
"Topic :: Software Development :: Libraries :: Python Modules",
20+
]
721

822
[tool.poetry.dependencies]
923
python = "^3.10"

0 commit comments

Comments
 (0)