From baf971a377c40574bf635cb722eecf136f3c7cc9 Mon Sep 17 00:00:00 2001 From: Ed Summers Date: Sat, 9 Jun 2018 13:31:05 -0400 Subject: [PATCH] require python3 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 048a97d..c2163ef 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,8 @@ with open("README.md") as f: setup( name='feediverse', - version='0.0.2', + version='0.0.3', + python_requires='python>=3.5', url='https://github.com/edsu/feediverse', author='Ed Summers', author_email='ehs@pobox.com',