Skip to content

Commit 36abbc1

Browse files
authored
Merge pull request StackStorm#70 from StackStorm/clean-setup
Clean up setup.py
2 parents ddef0bb + 8a9e25d commit 36abbc1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

setup.py

+1-7
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,9 @@
1717

1818
from setuptools import setup, find_packages
1919

20-
from dist_utils import check_pip_version
2120
from dist_utils import fetch_requirements
2221
from dist_utils import parse_version_string
2322

24-
check_pip_version()
25-
2623
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
2724
REQUIREMENTS_FILE = os.path.join(BASE_DIR, "requirements.txt")
2825
INIT_FILE = os.path.join(BASE_DIR, "st2rbac_backend", "__init__.py")
@@ -42,13 +39,10 @@
4239
classifiers=[
4340
"License :: OSI Approved :: Apache Software License",
4441
"Programming Language :: Python",
45-
"Programming Language :: Python :: 2",
46-
"Programming Language :: Python :: 2.7",
4742
"Programming Language :: Python :: 3",
48-
"Programming Language :: Python :: 3.4",
49-
"Programming Language :: Python :: 3.5",
5043
"Programming Language :: Python :: 3.6",
5144
"Programming Language :: Python :: 3.7",
45+
"Programming Language :: Python :: 3.8",
5246
"Environment :: Console",
5347
],
5448
platforms=["Any"],

0 commit comments

Comments
 (0)