Skip to content

Commit

Permalink
docs(pyproject.toml): update classifiers
Browse files Browse the repository at this point in the history
With a more mature project, we can now update the PyPI classifiers to reflect the tool more accurately.
  • Loading branch information
rbpatt2019 committed Jan 24, 2022
1 parent 4dc293f commit f43ccab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,19 @@ documentation = "https://LTA.readthedocs.io/en/latest/"
homepage = ""
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Environment :: Console",
"Intended Audience :: Science/Research",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Typing :: Typed",
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit f43ccab

Please sign in to comment.