summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-04-25 19:12:03 -0400
committerJulian Berman <Julian@GrayVines.com>2023-04-25 19:12:03 -0400
commitcd88c1d6704fc17d83b0494bab29db2034573eeb (patch)
treec16e531627618e3b33f87a566e0a71204d62323a
parent9bd72530f100c16bfe3e6b0b35abe7de70087ef9 (diff)
downloadjsonschema-cd88c1d6704fc17d83b0494bab29db2034573eeb.tar.gz
Looks like Hatchling needs a bump before this can actually happen.
Revert "Add the new JSON and JSON Schema classifiers, hooray!" This reverts commit 9bd72530f100c16bfe3e6b0b35abe7de70087ef9.
-rw-r--r--pyproject.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 095af09..38cceea 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,8 +27,6 @@ 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"]