File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments