Skip to content

Commit a210ada

Browse files
committed
Re-add the packaging classifiers.
This probably actually worked before, but I am le dumb and wrote `:: JSON Schema` instead of `:: JSON :: JSON Schema`... This reverts commit 100ec83.
1 parent f1bd25d commit a210ada

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.28.2
6+
-------
7+
8+
* Added some additional packaging trove classifiers.
9+
510
v0.28.1
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 :: JSON Schema",
3033
]
3134
dynamic = ["version"]
3235
dependencies = [

0 commit comments

Comments
 (0)