From 2c3f27bbc42011ba97aa3960ad54a164c638a537 Mon Sep 17 00:00:00 2001 From: Scott Bahling Date: Mon, 3 Feb 2020 09:04:28 +0100 Subject: Disable retries for now Probably should make this a configurable setting --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a9c1eac..c1298c2 100644 --- a/setup.py +++ b/setup.py @@ -57,6 +57,7 @@ setup( 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.7', ), # entry_points={ # 'console_scripts': [ -- cgit v1.2.3