Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 6038b3b

Browse files
committed
update classifiers
1 parent 4e21a66 commit 6038b3b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ def build_extension(self, ext):
9191
],
9292
zip_safe=False,
9393
classifiers=[
94-
"License :: OSI Approved :: Apache Software License v2.0",
94+
"Intended Audience :: Education",
95+
"Intended Audience :: Science/Research",
96+
"Programming Language :: Python",
97+
"Topic :: Scientific/Engineering :: Bio-Informatics",
9598
],
9699
use_scm_version=True,
97100
setup_requires=[

0 commit comments

Comments
 (0)