Skip to content

Commit bb32de5

Browse files
committed
fixup classifiers: tuple to list
1 parent f79e000 commit bb32de5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'ipython',
1919
),
2020
include_package_data=True,
21-
classifiers=(
21+
classifiers=[
2222
'Development Status :: 3 - Alpha',
2323
'Framework :: IPython',
2424
'Intended Audience :: Developers',
@@ -27,5 +27,5 @@
2727
'Programming Language :: Python :: 3',
2828
'Programming Language :: Python :: 3.5',
2929
'Topic :: Software Development :: Libraries :: Python Modules',
30-
),
30+
]
3131
)

0 commit comments

Comments
 (0)