From d0f20971a941b6b3a3ab810de069a76903d71c2b Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Tue, 16 May 2023 13:52:16 -0400 Subject: Re-add the JSON trove classifiers. This probably worked before, but I typoed the classifiers ha. --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"] -- cgit v1.2.1