summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-04-25 19:07:46 -0400
committerJulian Berman <Julian@GrayVines.com>2023-04-25 19:07:46 -0400
commit9bd72530f100c16bfe3e6b0b35abe7de70087ef9 (patch)
tree468f60c10bcd8dbdc3f60fa9fbb032843b788719
parent56fd2759e7c5a86d47fe2a9bcb60b8237a43f6d6 (diff)
downloadjsonschema-9bd72530f100c16bfe3e6b0b35abe7de70087ef9.tar.gz
Add the new JSON and JSON Schema classifiers, hooray!
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 38cceea..095af09 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,6 +27,8 @@ classifiers = [
"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", "readme"]