Skip to content

Commit

Permalink
Another trial to fix python_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
franzlst committed Apr 10, 2017
1 parent 7de4731 commit abbb238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='jsonconversion',
version='0.2.3',
version='0.2.4',
url='https://github.com/DLR-RM/python-jsonconversion',
download_url='https://github.com/DLR-RM/python-jsonconversion/archive/0.2.2.tar.gz',
license='BSD',
Expand Down Expand Up @@ -50,7 +50,7 @@
packages=['jsonconversion'],
package_dir={'': 'src'}, # tell distutils packages are under src

python_requires='==2.6.*,==2.7.*',
python_requires='>=2.6, !=3.*',
setup_requires=['pytest-runner'],
install_requires=[],
tests_require=['pytest', 'numpy'],
Expand Down

0 comments on commit abbb238

Please sign in to comment.