Skip to content

Commit

Permalink
fix: fix project classifiers syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo authored Oct 1, 2024
1 parent f3de16a commit a353013
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,17 @@ authors = [{ name = "Joseph Perez", email = "[email protected]" }]
license = { text = "MIT" }
description = "JSON (de)serialization, GraphQL and JSON schema generation using Python typing."
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
classifiers = [
"Development Status == 4 - Beta",
"Intended Audience == Developers",
"License == OSI Approved == MIT License",
"Programming Language == Python == 3.7",
"Programming Language == Python == 3.8",
"Programming Language == Python == 3.9",
"Programming Language == Python == 3.10",
"Programming Language == Python == 3.11",
"Programming Language == Python == 3.12",
"Programming Language == Python == 3.13",
"Topic == Software Development == Libraries == Python Modules",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development :: Libraries :: Python Modules",
]

[project.urls]
Expand Down

0 comments on commit a353013

Please sign in to comment.