Skip to content

Commit

Permalink
Add the JSON Schema trove classifier and make minor tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Mar 3, 2024
1 parent b8a6bbe commit b243559
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ build-backend = "hatchling.build"
source = "vcs"

[project]
name = "jsonschema_lexer"
name = "jsonschema-lexer"
description = "A Pygments lexer for JSON Schema"
requires-python = ">=3.10"
readme = "README.rst"
license = {text = "MIT"}
keywords = []
keywords = ["json", "jsonschema"]
authors = [
{name = "Julian Berman", email = "Julian+jsonschema-lexer@GrayVines.com"},
{ name = "Julian Berman", email = "Julian+jsonschema-lexer@GrayVines.com" },
]
classifiers = [
"Development Status :: 3 - Alpha",
Expand All @@ -26,7 +25,8 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",

"Topic :: File Formats :: JSON",
"Topic :: File Formats :: JSON :: JSON Schema",
]
dynamic = ["version"]
dependencies = [
Expand Down

0 comments on commit b243559

Please sign in to comment.