Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit 5d21f13

Browse files
committed
Fix package classifiers. Closes #87
1 parent 4c8e4d6 commit 5d21f13

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
@@ -12,7 +12,7 @@
1212
install_requires=['requests >= 2.2.1'],
1313
license='http://www.apache.org/licenses/LICENSE-2.0',
1414
test_suite='tests',
15-
classifiers=(
15+
classifiers=[
1616
'Intended Audience :: Developers',
1717
'License :: OSI Approved :: Apache Software License',
1818
'Natural Language :: English',
@@ -22,6 +22,6 @@
2222
'Programming Language :: Python :: 3',
2323
'Programming Language :: Python :: 3.3',
2424
'Programming Language :: Python :: 3.4'
25-
),
25+
],
2626
keywords='slack api'
2727
)

0 commit comments

Comments
 (0)