File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
st2auth_flat_file_backend Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 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_flat_file_backend' , '__init__.py' )
48
45
'Development Status :: 3 - Alpha' ,
49
46
'License :: OSI Approved :: Apache Software License' ,
50
47
'Programming Language :: Python' ,
51
- 'Programming Language :: Python :: 2' ,
52
- 'Programming Language :: Python :: 2.7' ,
53
48
'Programming Language :: Python :: 3' ,
54
- 'Programming Language :: Python :: 3.5' ,
55
49
'Programming Language :: Python :: 3.6' ,
56
50
'Programming Language :: Python :: 3.7' ,
57
51
'Programming Language :: Python :: 3.8' ,
Original file line number Diff line number Diff line change 21
21
'FlatFileAuthenticationBackend'
22
22
]
23
23
24
- __version__ = '0.1.1 '
24
+ __version__ = '0.2.0 '
You can’t perform that action at this time.
0 commit comments