File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
name = 'jsonpath-ng' ,
7
7
version = '1.5.3' ,
8
8
description = (
9
- 'A final implementation of JSONPath for Python that aims to be '
9
+ 'A final implementation of JSONPath for Python that aims to be '
10
10
'standard compliant, including arithmetic and binary comparison '
11
11
'operators and providing clear AST for metaprogramming.'
12
12
),
29
29
'Development Status :: 5 - Production/Stable' ,
30
30
'Intended Audience :: Developers' ,
31
31
'License :: OSI Approved :: Apache Software License' ,
32
- 'Programming Language :: Python :: 2.7' ,
33
32
'Programming Language :: Python :: 3' ,
34
- 'Programming Language :: Python :: 3.5' ,
35
- 'Programming Language :: Python :: 3.6' ,
36
- 'Programming Language :: Python :: 3.7' ,
37
- 'Programming Language :: Python :: 3.8' ,
33
+ 'Programming Language :: Python :: 3.7' ,
34
+ 'Programming Language :: Python :: 3.8' ,
35
+ 'Programming Language :: Python :: 3.9' ,
36
+ 'Programming Language :: Python :: 3.10' ,
37
+ 'Programming Language :: Python :: 3.11'
38
38
],
39
39
)
You can’t perform that action at this time.
0 commit comments