Skip to content

Commit

Permalink
doc: Add classifiers to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
speller26 authored May 14, 2024
1 parent da556ac commit ff4d0fb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ license = {file = "LICENSE"}
requires-python = ">=3.9"
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
"Natural Language :: English",
"License :: OSI Approved :: Apache Software License"
"Programming Language :: Python",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent"
]
dynamic = ["version", "dependencies"]

Expand Down

0 comments on commit ff4d0fb

Please sign in to comment.