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 66 name = 'jsonpath-ng' ,
77 version = '1.5.3' ,
88 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 '
1010 'standard compliant, including arithmetic and binary comparison '
1111 'operators and providing clear AST for metaprogramming.'
1212 ),
2929 'Development Status :: 5 - Production/Stable' ,
3030 'Intended Audience :: Developers' ,
3131 'License :: OSI Approved :: Apache Software License' ,
32- 'Programming Language :: Python :: 2.7' ,
3332 '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'
3838 ],
3939)
You can’t perform that action at this time.
0 commit comments