Skip to content

Commit 0baac58

Browse files
authored
Merge pull request #73 from sunpoet/master
Remove warning message
2 parents 924c751 + e92a964 commit 0baac58

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
@@ -29,7 +29,7 @@
2929
package_data={'': ['LICENSE']},
3030
include_package_data=True,
3131
license='Apache 2.0',
32-
classifiers=(
32+
classifiers=[
3333
'Development Status :: 5 - Production/Stable',
3434
'Intended Audience :: Developers',
3535
'Natural Language :: English',
@@ -41,7 +41,7 @@
4141
'Programming Language :: Python :: 3.5',
4242
'Programming Language :: Python :: 3.6',
4343
'Programming Language :: Python :: 3.7',
44-
),
44+
],
4545
extras_require={
4646
'idna2008': ['idna']
4747
}

0 commit comments

Comments
 (0)