Skip to content

Commit 68db2f3

Browse files
committed
chore(setup.py): Mark package as compatible to Python 3
1 parent 8ec83e9 commit 68db2f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
'License :: OSI Approved :: BSD License',
4141
'Operating System :: OS Independent',
4242
'Programming Language :: Python :: 2',
43+
'Programming Language :: Python :: 3',
4344
'Topic :: Internet :: WWW/HTTP',
4445
'Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator',
4546
'Topic :: Software Development :: Libraries :: Python Modules',
@@ -50,7 +51,7 @@
5051
packages=['jsonconversion'],
5152
package_dir={'': 'src'}, # tell distutils packages are under src
5253

53-
python_requires='>=2.6, !=3.*',
54+
python_requires='>=2.6',
5455
setup_requires=['pytest-runner'],
5556
install_requires=[],
5657
tests_require=['pytest', 'numpy'],

0 commit comments

Comments
 (0)