We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191b4e1 commit f7ee184Copy full SHA for f7ee184
setup.py
@@ -6,16 +6,21 @@
6
url='https://github.com/harlev/jsonbox-python',
7
author="Ron Harlev",
8
author_email="[email protected]",
9
- version='0.2.5',
+ version='1.0.0',
10
packages=['.'],
11
license='MIT',
12
long_description=open('README.md').read(),
13
long_description_content_type="text/markdown",
14
install_requires=['requests', 'six'],
15
python_requires='>=2.7',
16
classifiers=[
17
+ "Intended Audience :: Developers",
18
+ "Operating System :: OS Independent",
19
+ "Topic :: Software Development :: Libraries :: Python Modules",
20
+ "Topic :: Internet",
21
"License :: OSI Approved :: MIT License",
22
"Programming Language :: Python :: 2.7",
23
"Programming Language :: Python :: 3",
24
+ "Programming Language :: Python :: 3.7",
25
],
26
)
0 commit comments