From e4db44b084582236111e62d2767542d1a4dfb99d Mon Sep 17 00:00:00 2001 From: Gereon Dusella Date: Thu, 12 Dec 2019 20:26:52 +0100 Subject: changed url protocol to HTTPS, fixed crawler --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8661e64..ca176c1 100755 --- a/setup.py +++ b/setup.py @@ -38,5 +38,9 @@ setup( 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ], ) -- cgit v1.2.3