Skip to content

Commit ee69f91

Browse files
committed
Add the new JSON and JSON Schema classifiers, hooray!
1 parent 77dded1 commit ee69f91

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/changes.rst

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

5+
v0.27.5
6+
-------
7+
8+
* Added some additional packaging trove classifiers.
9+
510
v0.27.4
611
-------
712

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,18 @@ authors = [
1818
]
1919
classifiers = [
2020
"Development Status :: 3 - Alpha",
21+
"Intended Audience :: Developers",
22+
"License :: OSI Approved :: MIT License",
2123
"Operating System :: OS Independent",
2224
"Programming Language :: Python",
23-
"License :: OSI Approved :: MIT License",
2425
"Programming Language :: Python :: 3.8",
2526
"Programming Language :: Python :: 3.9",
2627
"Programming Language :: Python :: 3.10",
2728
"Programming Language :: Python :: 3.11",
2829
"Programming Language :: Python :: Implementation :: CPython",
2930
"Programming Language :: Python :: Implementation :: PyPy",
31+
"Topic :: File Formats :: JSON",
32+
"Topic :: File Formats :: JSON Schema",
3033
]
3134
dynamic = ["version"]
3235
dependencies = [

0 commit comments

Comments
 (0)