Skip to content

Commit 1e630ba

Browse files
committed
Minor tweak to the package keywords, links and classifiers.
1 parent 3d28774 commit 1e630ba

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

docs/changes.rst

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Changelog
33
=========
44

5+
v0.25.2
6+
-------
7+
8+
* Minor tweaks to the package keywords and description.
9+
10+
v0.25.1
11+
-------
12+
13+
* Minor internal tweaks to the docs configuration.
14+
515
v0.25.0
616
-------
717

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "JSON Referencing + Python"
1111
readme = "README.rst"
1212
license = {text = "MIT"}
1313
requires-python = ">=3.8"
14-
keywords = []
14+
keywords = ["json", "referencing", "jsonschema", "openapi", "asyncapi"]
1515
authors = [
1616
{email = "[email protected]"},
1717
{name = "Julian Berman"},
@@ -25,10 +25,8 @@ classifiers = [
2525
"Programming Language :: Python :: 3.9",
2626
"Programming Language :: Python :: 3.10",
2727
"Programming Language :: Python :: 3.11",
28-
"Programming Language :: Python :: 3",
2928
"Programming Language :: Python :: Implementation :: CPython",
3029
"Programming Language :: Python :: Implementation :: PyPy",
31-
3230
]
3331
dynamic = ["version"]
3432
dependencies = [
@@ -37,8 +35,10 @@ dependencies = [
3735
]
3836

3937
[project.urls]
38+
Documentation = "https://referencing.readthedocs.io/"
4039
Homepage = "https://github.com/python-jsonschema/referencing"
4140
Issues = "https://github.com/python-jsonschema/referencing/issues/"
41+
Funding = "https://github.com/sponsors/Julian"
4242
Source = "https://github.com/python-jsonschema/referencing"
4343

4444
[tool.coverage.run]

0 commit comments

Comments
 (0)