We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2805f6e commit e9fcaf2Copy full SHA for e9fcaf2
setup.py
@@ -4,15 +4,16 @@
4
name='jsonbox',
5
description='Python wrapper for jsonbox.io',
6
url='https://github.com/harlev/jsonbox-python',
7
- version='0.1.3',
+ version='0.1.5',
8
packages=['.'],
9
license='MIT',
10
long_description=open('README.md').read(),
11
long_description_content_type="text/markdown",
12
install_requires=['requests'],
13
- python_requires='==2.7.*',
+ python_requires='>=2.7',
14
classifiers=[
15
"License :: OSI Approved :: MIT License",
16
"Programming Language :: Python :: 2.7",
17
+ "Programming Language :: Python :: 3",
18
],
19
)
0 commit comments