Skip to content

Commit

Permalink
Make classifiers in setup.py an array. (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
thilo-maurer authored and theacodes committed Aug 1, 2018
1 parent 137b43b commit 4997be1
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 @@ -42,7 +42,7 @@
install_requires=DEPENDENCIES,
license='Apache 2.0',
keywords='google auth oauth client',
classifiers=(
classifiers=[
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
Expand All @@ -57,5 +57,5 @@
'Operating System :: MacOS :: MacOS X',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
),
],
)

0 comments on commit 4997be1

Please sign in to comment.