Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f99fa0

Browse files
committed
Add trove classifiers (bump version to 0.9 to publish them)
1 parent 8317a8a commit 4f99fa0

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

setup.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setuptools.setup(
1515
name='jsonpath-rw',
16-
version='0.8',
16+
version='0.9',
1717
description='A robust and significantly extended implementation of JSONPath for Python, with a clear AST for metaprogramming.',
1818
author='Kenneth Knowles',
1919
author_email='[email protected]',
@@ -23,4 +23,11 @@
2323
packages = ['jsonpath_rw'],
2424
test_suite = 'tests',
2525
install_requires = [ 'ply', 'decorator', 'six' ],
26+
classifiers = [
27+
'Development Status :: 5 - Production/Stable',
28+
'Intended Audience :: Developers',
29+
'License :: OSI Approved :: Apache Software License',
30+
'Programming Language :: Python :: 2',
31+
'Programming Language :: Python :: 3',
32+
],
2633
)

0 commit comments

Comments
 (0)