fixed python_requires

This commit is contained in:
Ed Summers
2018-06-09 13:33:59 -04:00
parent baf971a377
commit 5911f648c2

View File

@ -6,7 +6,7 @@ with open("README.md") as f:
setup( setup(
name='feediverse', name='feediverse',
version='0.0.3', version='0.0.3',
python_requires='python>=3.5', python_requires='>=2.7',
url='https://github.com/edsu/feediverse', url='https://github.com/edsu/feediverse',
author='Ed Summers', author='Ed Summers',
author_email='ehs@pobox.com', author_email='ehs@pobox.com',