Skip to content

Commit 190ffce

Browse files
committed
fix(docs): sync description with README
1 parent 9940f62 commit 190ffce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jsonpath/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
JSONPath
33
========
44
5-
A more powerful JSONPath implementation in modern python.
5+
A lightweight and powerful JSONPath implementation for Python.
66
"""
77

88
from importlib.metadata import version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "jsonpath-python"
77
version = "1.1.3"
8-
description = "A more powerful JSONPath implementation in modern python"
8+
description = "A lightweight and powerful JSONPath implementation for Python"
99
readme = "README.md"
1010
license = { file = "LICENSE" }
1111
authors = [{ name = "sean2077", email = "sean2077@users.noreply.github.com" }]

0 commit comments

Comments
 (0)