Skip to content

Commit

Permalink
Classifier update.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Dec 5, 2020
1 parent fdd2c15 commit a923468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_version():
'pytest',
],

setup_requires=[ ] + (['pytest-runner'] if 'test' in sys.argv else []) + [
setup_requires=(['pytest-runner'] if 'test' in sys.argv else []) + [
],

entry_points={
Expand All @@ -57,7 +57,7 @@ def get_version():

classifiers=[
# As in https://pypi.python.org/pypi?:action=list_classifiers
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit a923468

Please sign in to comment.