We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 924c751 + e92a964 commit 0baac58Copy full SHA for 0baac58
1 file changed
setup.py
@@ -29,7 +29,7 @@
29
package_data={'': ['LICENSE']},
30
include_package_data=True,
31
license='Apache 2.0',
32
- classifiers=(
+ classifiers=[
33
'Development Status :: 5 - Production/Stable',
34
'Intended Audience :: Developers',
35
'Natural Language :: English',
@@ -41,7 +41,7 @@
41
'Programming Language :: Python :: 3.5',
42
'Programming Language :: Python :: 3.6',
43
'Programming Language :: Python :: 3.7',
44
- ),
+ ],
45
extras_require={
46
'idna2008': ['idna']
47
}
0 commit comments