Skip to content

Commit 100ec83

Browse files
committed
Looks like Hatchling needs a bump before this can actually happen.
Revert "Add the new JSON and JSON Schema classifiers, hooray!" This reverts commit ee69f91.
1 parent ee69f91 commit 100ec83

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

docs/changes.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
Changelog
33
=========
44

5-
v0.27.5
6-
-------
7-
8-
* Added some additional packaging trove classifiers.
9-
105
v0.27.4
116
-------
127

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,15 @@ authors = [
1818
]
1919
classifiers = [
2020
"Development Status :: 3 - Alpha",
21-
"Intended Audience :: Developers",
22-
"License :: OSI Approved :: MIT License",
2321
"Operating System :: OS Independent",
2422
"Programming Language :: Python",
23+
"License :: OSI Approved :: MIT License",
2524
"Programming Language :: Python :: 3.8",
2625
"Programming Language :: Python :: 3.9",
2726
"Programming Language :: Python :: 3.10",
2827
"Programming Language :: Python :: 3.11",
2928
"Programming Language :: Python :: Implementation :: CPython",
3029
"Programming Language :: Python :: Implementation :: PyPy",
31-
"Topic :: File Formats :: JSON",
32-
"Topic :: File Formats :: JSON Schema",
3330
]
3431
dynamic = ["version"]
3532
dependencies = [

0 commit comments

Comments
 (0)