Skip to content

Commit dee24df

Browse files
authored
Merge pull request #10 from StackStorm/clean-setup
Clean up setup.py
2 parents 41ab2b4 + 3c0b190 commit dee24df

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

setup.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,9 @@
1818

1919
from setuptools import setup, find_packages
2020

21-
from dist_utils import check_pip_version
2221
from dist_utils import fetch_requirements
2322
from dist_utils import parse_version_string
2423

25-
check_pip_version()
26-
2724
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
2825
REQUIREMENTS_FILE = os.path.join(BASE_DIR, 'requirements.txt')
2926
INIT_FILE = os.path.join(BASE_DIR, 'st2auth_flat_file_backend', '__init__.py')
@@ -48,10 +45,7 @@
4845
'Development Status :: 3 - Alpha',
4946
'License :: OSI Approved :: Apache Software License',
5047
'Programming Language :: Python',
51-
'Programming Language :: Python :: 2',
52-
'Programming Language :: Python :: 2.7',
5348
'Programming Language :: Python :: 3',
54-
'Programming Language :: Python :: 3.5',
5549
'Programming Language :: Python :: 3.6',
5650
'Programming Language :: Python :: 3.7',
5751
'Programming Language :: Python :: 3.8',

st2auth_flat_file_backend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
'FlatFileAuthenticationBackend'
2222
]
2323

24-
__version__ = '0.1.1'
24+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)