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 1818
1919from setuptools import setup , find_packages
2020
21- from dist_utils import check_pip_version
2221from dist_utils import fetch_requirements
2322from dist_utils import parse_version_string
2423
25- check_pip_version ()
26-
2724BASE_DIR = os .path .dirname (os .path .abspath (__file__ ))
2825REQUIREMENTS_FILE = os .path .join (BASE_DIR , 'requirements.txt' )
2926INIT_FILE = os .path .join (BASE_DIR , 'st2auth_flat_file_backend' , '__init__.py' )
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' ,
Original file line number Diff line number Diff line change 2121 'FlatFileAuthenticationBackend'
2222]
2323
24- __version__ = '0.1.1 '
24+ __version__ = '0.2.0 '
You can’t perform that action at this time.
0 commit comments