Skip to content

Commit

Permalink
Switch classifiers from a tuple to a list
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCallahan committed Nov 23, 2022
1 parent 84ecce4 commit d38cc74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -32,7 +32,7 @@
include_package_data=True,
license='GNU GPL v3.0',
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=(
classifiers=[
'Development Status :: 1 - Planning',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
Expand All @@ -42,5 +42,5 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
),
],
)

0 comments on commit d38cc74

Please sign in to comment.