Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Commit

Permalink
Use list for setup classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
nvllsvm committed Aug 24, 2018
1 parent fd801b1 commit 89cdb35
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 @@ -19,12 +19,12 @@
url='https://github.com/nvllsvm/consumers',
license='Apache 2.0',
packages=['consumers'],
classifiers=(
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3 :: Only'
),
],
setup_requires=setup_requires,
tests_require=['pytest', 'pytest-cov'],
zip_safe=True
Expand Down

0 comments on commit 89cdb35

Please sign in to comment.