Skip to content

Commit

Permalink
Fix classifiers being tuple
Browse files Browse the repository at this point in the history
Weird type issue in setup.py
  • Loading branch information
phobologic committed Aug 29, 2018
1 parent c0d559f commit b3d342b
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 @@ -59,12 +59,12 @@ def read(filename):
tests_require=tests_require,
setup_requires=setup_requires,
test_suite="nose.collector",
classifiers=(
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
),
],
)

0 comments on commit b3d342b

Please sign in to comment.