Skip to content

Commit

Permalink
Change classifiers to list from tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
titu1994 committed Oct 9, 2019
1 parent f697acd commit 06ac85e
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 @@ -108,7 +108,7 @@ def status(s):
long_description_content_type='text/markdown',
install_requires=REQUIREMENTS,
extras_require=EXTRA_REQUIREMENTS,
classifiers=(
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
Expand All @@ -117,7 +117,7 @@ def status(s):
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
),
],
test_suite="tests",
# python setup.py upload
cmdclass={
Expand Down

0 comments on commit 06ac85e

Please sign in to comment.