Skip to content

Commit 7e2bfa0

Browse files
committed
Update to valid classifiers (#45)
1 parent 58e3582 commit 7e2bfa0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

medcat-v2/pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ classifiers = [
3333
# 3 - Alpha
3434
# 4 - Beta
3535
# 5 - Production/Stable
36-
"Development Status :: 3 - Alpha",
36+
"Development Status :: 4 - Beta",
3737

38-
"Intended Audience :: Hospital Trust Technical Management",
39-
"Topic :: Natural Language Processing :: Named Entity Recognition and Linking",
38+
"Intended Audience :: Healthcare Industry",
39+
# "Topic :: Natural Language Processing :: Named Entity Recognition and Linking",
4040

4141
# Specify the Python versions you support here. In particular, ensure
4242
# that you indicate you support Python 3. These classifiers are *not*
@@ -47,6 +47,7 @@ classifiers = [
4747
"Programming Language :: Python :: 3.11",
4848
"Programming Language :: Python :: 3.12",
4949
"Programming Language :: Python :: 3 :: Only",
50+
"Operating System :: OS Independent",
5051
]
5152

5253
# This field lists other packages that your project depends on to run.

0 commit comments

Comments
 (0)