11[tool .poetry ]
22name = " pose-classification-kit"
3- version = " 1.1.0 "
3+ version = " 1.1.1 "
44description = " From pose estimation to pose classification - Creation of datasets & real-time visualization"
55authors = [" ArthurFDLR <arthfind@gmail.com>" ]
66keywords = [" pose classification" , " OpenPose" , " pose estimation" ]
@@ -9,7 +9,21 @@ license = "MIT"
99homepage = " https://github.com/ArthurFDLR/pose-classification-kit"
1010repository = " https://github.com/ArthurFDLR/pose-classification-kit"
1111include = [
12- " LICENSE" ,
12+ " LICENSE" , " README.md"
13+ ]
14+ classifiers = [
15+ " Development Status :: 5 - Production/Stable" ,
16+ " Environment :: X11 Applications :: Qt" ,
17+ " Intended Audience :: End Users/Desktop" ,
18+ " Intended Audience :: Science/Research" ,
19+ " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
20+ " Topic :: Scientific/Engineering :: Image Recognition" ,
21+ " License :: OSI Approved :: MIT License" ,
22+ " Programming Language :: Python :: 3" ,
23+ " Programming Language :: Python :: 3.7" ,
24+ " Programming Language :: Python :: 3.8" ,
25+ " Programming Language :: Python :: 3.9" ,
26+ " Programming Language :: Python :: 3 :: Only" ,
1327]
1428
1529[tool .poetry .dependencies ]
0 commit comments