Skip to content

Commit

Permalink
DOC: update classifier list
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcar17 committed Jul 18, 2024
1 parent 37f7d03 commit 5f6b177
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,27 @@ readme = "README.md"
dynamic = ["version"]

classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 2 - Pre-Alpha",

"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Topic :: Software Development :: Libraries :: Python Modules",

"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",

"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",
"Natural Language :: English",

"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",

"Typing :: Typed"
"Programming Language :: C++",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",

"Typing :: Typed"
]

[project.urls]
Expand Down

0 comments on commit 5f6b177

Please sign in to comment.