summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-05-16 13:52:16 -0400
committerJulian Berman <Julian@GrayVines.com>2023-05-16 13:52:27 -0400
commitd0f20971a941b6b3a3ab810de069a76903d71c2b (patch)
treed65f1fb94233965c9dd62dae50adf3602c8e7559
parent16fef5b641e82a88f71f50657e29ae8a827969a5 (diff)
downloadjsonschema-d0f20971a941b6b3a3ab810de069a76903d71c2b.tar.gz
Re-add the JSON trove classifiers.HEADv4.18.0a7main
This probably worked before, but I typoed the classifiers ha.
-rw-r--r--pyproject.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 38cceea..e1b9a57 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,8 +8,8 @@ source = "vcs"
[project]
name = "jsonschema"
description = "An implementation of JSON Schema validation for Python"
-requires-python = ">=3.8"
license = {text = "MIT"}
+requires-python = ">=3.8"
keywords = ["validation", "data validation", "jsonschema", "json"]
authors = [
{email = "Julian+jsonschema@GrayVines.com"},
@@ -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 :: JSON Schema",
]
dynamic = ["version", "readme"]