diff --git a/ISFinder_search.py b/ISFinder_search.py index 5174f02..46cfc03 100755 --- a/ISFinder_search.py +++ b/ISFinder_search.py @@ -12,6 +12,9 @@ import sys import requests from lib import variables +import urllib3 +urllib3.disable_warnings() + try: from HTMLParser import HTMLParser except ImportError: diff --git a/setup.py b/setup.py index 08ea8bd..17d8cf4 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ # For a discussion on single-sourcing the version across setup.py and the # project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.1.4', # Required + version='0.1.5', # Required # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: @@ -95,7 +95,7 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.7', ], # This field adds keywords for your project which will appear on the