Skip to content

Commit

Permalink
update classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeplf committed Dec 11, 2023
1 parent 4e21a66 commit 6038b3b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ def build_extension(self, ext):
],
zip_safe=False,
classifiers=[
"License :: OSI Approved :: Apache Software License v2.0",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
"Programming Language :: Python",
"Topic :: Scientific/Engineering :: Bio-Informatics",
],
use_scm_version=True,
setup_requires=[
Expand Down

0 comments on commit 6038b3b

Please sign in to comment.