11[tool .poetry ]
22name = " autointent"
3- version = " 0.2.1-alpha1 "
3+ version = " 0.0.1 "
44description = " A tool for automatically configuring a text classification pipeline for intent prediction."
5- authors = [" Alexeev Ilya @voorhs " , " Kuznetsov Denis @kudep " ]
5+ authors = [
" Alexeev Ilya <[email protected] > " ,
" Kuznetsov Denis <[email protected] > " ]
66maintainers = [
7- " Alexeev Ilya @voorhs " ,
8- " Solomatin Roman @Samoed " ,
9- " Sergeenko Egor @truff4ut " ,
7+ " Alexeev Ilya <[email protected] > " ,
8+ " Solomatin Roman <[email protected] > " ,
9+ " Sergeenko Egor <[email protected] > " ,
1010]
1111readme = " README.md"
1212homepage = " https://deeppavlov.github.io/AutoIntent/"
@@ -21,11 +21,6 @@ classifiers=[
2121 ' Natural Language :: Russian' ,
2222 ' Operating System :: POSIX :: Linux' ,
2323 ' Operating System :: Microsoft :: Windows' ,
24- ' Programming Language :: Python' ,
25- ' Programming Language :: Python :: 3' ,
26- ' Programming Language :: Python :: 3.10' ,
27- ' Programming Language :: Python :: 3.11' ,
28- ' Programming Language :: Python :: 3.12' ,
2924 ' Topic :: Scientific/Engineering :: Artificial Intelligence' ,
3025 ' Topic :: Software Development :: Libraries :: Python Modules' ,
3126 ' Topic :: Text Processing :: Linguistic' ,
0 commit comments