Skip to content

Commit d28965d

Browse files
committed
update metadata
1 parent b545225 commit d28965d

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

pyproject.toml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
22
name = "autointent"
3-
version = "0.2.1-alpha1"
3+
version = "0.0.1"
44
description = "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]>"]
66
maintainers = [
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
]
1111
readme = "README.md"
1212
homepage = "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

Comments
 (0)