File tree 1 file changed +1
-7
lines changed
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 17
17
18
18
from setuptools import setup , find_packages
19
19
20
- from dist_utils import check_pip_version
21
20
from dist_utils import fetch_requirements
22
21
from dist_utils import parse_version_string
23
22
24
- check_pip_version ()
25
-
26
23
BASE_DIR = os .path .dirname (os .path .abspath (__file__ ))
27
24
REQUIREMENTS_FILE = os .path .join (BASE_DIR , "requirements.txt" )
28
25
INIT_FILE = os .path .join (BASE_DIR , "st2rbac_backend" , "__init__.py" )
42
39
classifiers = [
43
40
"License :: OSI Approved :: Apache Software License" ,
44
41
"Programming Language :: Python" ,
45
- "Programming Language :: Python :: 2" ,
46
- "Programming Language :: Python :: 2.7" ,
47
42
"Programming Language :: Python :: 3" ,
48
- "Programming Language :: Python :: 3.4" ,
49
- "Programming Language :: Python :: 3.5" ,
50
43
"Programming Language :: Python :: 3.6" ,
51
44
"Programming Language :: Python :: 3.7" ,
45
+ "Programming Language :: Python :: 3.8" ,
52
46
"Environment :: Console" ,
53
47
],
54
48
platforms = ["Any" ],
You can’t perform that action at this time.
0 commit comments