require python3

This commit is contained in:
Ed Summers
2018-06-09 13:31:05 -04:00
parent 6699d14a07
commit baf971a377

View File

@ -5,7 +5,8 @@ with open("README.md") as f:
setup( setup(
name='feediverse', name='feediverse',
version='0.0.2', version='0.0.3',
python_requires='python>=3.5',
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',