File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " fast-plate-ocr"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
description = " Fast & Lightweight OCR for license plates."
5
5
authors = [" ankandrew <61120139+ankandrew@users.noreply.github.com>" ]
6
6
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
+ ]
7
21
8
22
[tool .poetry .dependencies ]
9
23
python = " ^3.10"
You can’t perform that action at this time.
0 commit comments