We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddcabd4 commit 863ccf5Copy full SHA for 863ccf5
1 file changed
setup.py
@@ -22,7 +22,7 @@ def read_file(filename):
22
url='https://github.com/caktus/django-email-bandit',
23
license='BSD',
24
description=' '.join(__import__('bandit').__doc__.splitlines()).strip(),
25
- classifiers=(
+ classifiers=[
26
'Development Status :: 5 - Production/Stable',
27
'Environment :: Web Environment',
28
'Framework :: Django',
@@ -37,7 +37,7 @@ def read_file(filename):
37
'Programming Language :: Python :: 3.5',
38
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
39
'Topic :: Software Development :: Libraries :: Python Modules',
40
- ),
+ ],
41
long_description=read_file('README.rst'),
42
test_suite="runtests.runtests",
43
zip_safe=False,
0 commit comments