Skip to content

Commit

Permalink
Looks like Hatchling needs a bump before this can actually happen.
Browse files Browse the repository at this point in the history
Revert "Add the new JSON and JSON Schema classifiers, hooray!"

This reverts commit ee69f91.
  • Loading branch information
Julian committed Apr 25, 2023
1 parent ee69f91 commit 100ec83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
5 changes: 0 additions & 5 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
Changelog
=========

v0.27.5
-------

* Added some additional packaging trove classifiers.

v0.27.4
-------

Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,15 @@ 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 100ec83

Please sign in to comment.