Skip to content

Commit

Permalink
add additional classifiers to pyproject.toml for better package categ…
Browse files Browse the repository at this point in the history
…orization
  • Loading branch information
cleder committed Nov 19, 2024
1 parent 2fc043d commit 16a4015
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 @@ -22,7 +22,11 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Scientific/Engineering :: GIS",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Text Processing :: Markup :: XML",
"Typing :: Typed",
]
Expand Down

0 comments on commit 16a4015

Please sign in to comment.