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 8ec83e9 commit 68db2f3Copy full SHA for 68db2f3
setup.py
@@ -40,6 +40,7 @@
40
'License :: OSI Approved :: BSD License',
41
'Operating System :: OS Independent',
42
'Programming Language :: Python :: 2',
43
+ 'Programming Language :: Python :: 3',
44
'Topic :: Internet :: WWW/HTTP',
45
'Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator',
46
'Topic :: Software Development :: Libraries :: Python Modules',
@@ -50,7 +51,7 @@
50
51
packages=['jsonconversion'],
52
package_dir={'': 'src'}, # tell distutils packages are under src
53
- python_requires='>=2.6, !=3.*',
54
+ python_requires='>=2.6',
55
setup_requires=['pytest-runner'],
56
install_requires=[],
57
tests_require=['pytest', 'numpy'],
0 commit comments