From c404ce19fa9792e0e0a97e3b53b10e9ec6c37051 Mon Sep 17 00:00:00 2001 From: prash3r Date: Mon, 8 Mar 2021 17:55:18 +0100 Subject: [PATCH] enforce Python3 via Setuptools --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 0f78330..a5dd517 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,8 @@ setup(name='cbpi', '': ['*.txt', '*.rst', '*.yaml'], 'cbpi': ['*','*.txt', '*.rst', '*.yaml']}, + python_requires='>=3', + install_requires=[ "aiohttp==3.7.4", "aiohttp-auth==0.1.1",