Skip to content

Commit

Permalink
Adds additional project classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Oct 17, 2023
1 parent e448333 commit 82e6cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = 'A Python client for interfacing with the Gotenberg API'
readme = "README.md"
requires-python = ">=3.8"
license = "MPL-2.0"
keywords = []
keywords = ["api", "pdf", "html", "client"]
authors = [
{ name = "Trenton H", email = "[email protected]" },
]
Expand All @@ -18,7 +18,7 @@ classifiers = [
"Operating System :: OS Independent",
"Intended Audience :: Developers",
"Environment :: Web Environment",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 82e6cb7

Please sign in to comment.