Skip to content

Commit

Permalink
Merge pull request #10 from StackStorm/clean-setup
Browse files Browse the repository at this point in the history
Clean up setup.py
  • Loading branch information
cognifloyd authored Mar 14, 2023
2 parents 41ab2b4 + 3c0b190 commit dee24df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@

from setuptools import setup, find_packages

from dist_utils import check_pip_version
from dist_utils import fetch_requirements
from dist_utils import parse_version_string

check_pip_version()

BASE_DIR = os.path.dirname(os.path.abspath(__file__))
REQUIREMENTS_FILE = os.path.join(BASE_DIR, 'requirements.txt')
INIT_FILE = os.path.join(BASE_DIR, 'st2auth_flat_file_backend', '__init__.py')
Expand All @@ -48,10 +45,7 @@
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand Down
2 changes: 1 addition & 1 deletion st2auth_flat_file_backend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
'FlatFileAuthenticationBackend'
]

__version__ = '0.1.1'
__version__ = '0.2.0'

0 comments on commit dee24df

Please sign in to comment.