Skip to content

Commit 72c50df

Browse files
committed
Correct python_requires string
Support all 2.6 and 2.7 version of Python
1 parent 3cd2297 commit 72c50df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
packages=['jsonconversion'],
5151
package_dir={'': 'src'}, # tell distutils packages are under src
5252

53-
python_requires='<=2.7',
53+
python_requires='==2.6.*,==2.7.*',
5454
setup_requires=['pytest-runner'],
5555
install_requires=[],
5656
tests_require=['pytest', 'numpy'],

0 commit comments

Comments
 (0)