Skip to content

Commit 57335d9

Browse files
committed
Update trove classifiers
1 parent ce3d75b commit 57335d9

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
@@ -20,9 +20,8 @@
2020
classifiers=dedent("""
2121
Development Status :: 5 - Production/Stable
2222
Intended Audience :: Developers
23-
Topic :: Database
24-
Topic :: Software Development
2523
License :: OSI Approved :: MIT License
24+
Operating System :: OS Independent
2625
Programming Language :: Python :: 2
2726
Programming Language :: Python :: 2.7
2827
Programming Language :: Python :: 3
@@ -33,6 +32,8 @@
3332
Programming Language :: Python :: 3.7
3433
Programming Language :: Python :: Implementation :: CPython
3534
Programming Language :: Python :: Implementation :: PyPy
35+
Topic :: Database
36+
Topic :: Software Development
3637
""").strip().split('\n'),
3738
keywords='json key value store',
3839
url='https://github.com/Code0x58/python-jsonstore/',

0 commit comments

Comments
 (0)