Skip to content

Commit

Permalink
Minor tweak to the package keywords, links and classifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Mar 20, 2023
1 parent 3d28774 commit 1e630ba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog
=========

v0.25.2
-------

* Minor tweaks to the package keywords and description.

v0.25.1
-------

* Minor internal tweaks to the docs configuration.

v0.25.0
-------

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "JSON Referencing + Python"
readme = "README.rst"
license = {text = "MIT"}
requires-python = ">=3.8"
keywords = []
keywords = ["json", "referencing", "jsonschema", "openapi", "asyncapi"]
authors = [
{email = "[email protected]"},
{name = "Julian Berman"},
Expand All @@ -25,10 +25,8 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",

]
dynamic = ["version"]
dependencies = [
Expand All @@ -37,8 +35,10 @@ dependencies = [
]

[project.urls]
Documentation = "https://referencing.readthedocs.io/"
Homepage = "https://github.com/python-jsonschema/referencing"
Issues = "https://github.com/python-jsonschema/referencing/issues/"
Funding = "https://github.com/sponsors/Julian"
Source = "https://github.com/python-jsonschema/referencing"

[tool.coverage.run]
Expand Down

0 comments on commit 1e630ba

Please sign in to comment.