Skip to content

Commit

Permalink
Add the new JSON and JSON Schema classifiers, hooray!
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Apr 25, 2023
1 parent 77dded1 commit ee69f91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

v0.27.5
-------

* Added some additional packaging trove classifiers.

v0.27.4
-------

Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,18 @@ authors = [
]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: File Formats :: JSON",
"Topic :: File Formats :: JSON Schema",
]
dynamic = ["version"]
dependencies = [
Expand Down

0 comments on commit ee69f91

Please sign in to comment.