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