summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2019-12-13 09:09:19 +0100
committerGitHub <noreply@github.com>2019-12-13 09:09:19 +0100
commit490a1b8e98d5d97d4b072bfc443f9c290c72ec01 (patch)
tree689bd26b4f83940caf4036b219dddfd098d144bb /setup.py
parent7664fb26df0c4ba0f03504b55e15022769bab861 (diff)
parente4db44b084582236111e62d2767542d1a4dfb99d (diff)
downloadbvg-grabber-490a1b8e98d5d97d4b072bfc443f9c290c72ec01.tar.gz
bvg-grabber-490a1b8e98d5d97d4b072bfc443f9c290c72ec01.tar.bz2
bvg-grabber-490a1b8e98d5d97d4b072bfc443f9c290c72ec01.zip
Merge pull request #17 from zergar/develop
changed url protocol to HTTPS, fixed crawler
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 4 insertions, 0 deletions
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',
],
)