Skip to content

Commit

Permalink
Merge pull request #1164 from Emantor/small/classifiers
Browse files Browse the repository at this point in the history
pyproject: add more classifiers
  • Loading branch information
jluebbe committed May 4, 2023
2 parents 1a17e26 + 0d8da6d commit 8d42448
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ readme = "README.rst"
license = { file="LICENSE" }
requires-python = ">=3.8"
classifiers = [
"Intended Audience :: Developers",
"Development Status :: 5 - Production/Stable",
"Operating System :: POSIX :: Linux",
"Topic :: Software Development :: Testing",
"Framework :: Pytest",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
]
dependencies = [
"ansicolors>=1.1.8",
Expand Down

0 comments on commit 8d42448

Please sign in to comment.