| 
18 | 18 | 
 
  | 
19 | 19 | from setuptools import setup, find_packages  | 
20 | 20 | 
 
  | 
21 |  | -from dist_utils import check_pip_version  | 
22 | 21 | from dist_utils import fetch_requirements  | 
23 | 22 | from dist_utils import parse_version_string  | 
24 | 23 | 
 
  | 
25 |  | -check_pip_version()  | 
26 |  | - | 
27 | 24 | BASE_DIR = os.path.dirname(os.path.abspath(__file__))  | 
28 | 25 | REQUIREMENTS_FILE = os.path.join(BASE_DIR, 'requirements.txt')  | 
29 | 26 | INIT_FILE = os.path.join(BASE_DIR, 'st2auth_vault_backend', '__init__.py')  | 
 | 
44 | 41 |         'Development Status :: 3 - Alpha',  | 
45 | 42 |         'License :: OSI Approved :: Apache Software License',  | 
46 | 43 |         'Programming Language :: Python',  | 
47 |  | -        'Programming Language :: Python :: 2',  | 
48 |  | -        'Programming Language :: Python :: 2.7',  | 
49 | 44 |         'Programming Language :: Python :: 3',  | 
50 |  | -        'Programming Language :: Python :: 3.4',  | 
 | 45 | +        'Programming Language :: Python :: 3.6',  | 
 | 46 | +        'Programming Language :: Python :: 3.7',  | 
 | 47 | +        'Programming Language :: Python :: 3.8',  | 
51 | 48 |         'Intended Audience :: Developers',  | 
52 | 49 |         'Environment :: Console',  | 
53 | 50 |     ],  | 
 | 
0 commit comments