Skip to content

Commit 74afcee

Browse files
committed
refactor(setup.py): update description
1 parent dedd67e commit 74afcee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
name='jsonpath-ng',
77
version='1.4.3',
88
description=(
9-
'A robust and significantly extended implementation '
10-
'of JSONPath for Python, with a clear AST for metaprogramming.'
9+
'A final implementation of JSONPath for Python that aims to be '
10+
'standard compliant, including arithmetic and binary comparison '
11+
'operators and providing clear AST for metaprogramming.'
1112
),
1213
author='Tomas Aparicio',
1314
author_email='tomas@aparicio.me',

0 commit comments

Comments
 (0)