Skip to content

Commit 863ccf5

Browse files
committed
Use list of classifiers
1 parent ddcabd4 commit 863ccf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def read_file(filename):
2222
url='https://github.com/caktus/django-email-bandit',
2323
license='BSD',
2424
description=' '.join(__import__('bandit').__doc__.splitlines()).strip(),
25-
classifiers=(
25+
classifiers=[
2626
'Development Status :: 5 - Production/Stable',
2727
'Environment :: Web Environment',
2828
'Framework :: Django',
@@ -37,7 +37,7 @@ def read_file(filename):
3737
'Programming Language :: Python :: 3.5',
3838
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
3939
'Topic :: Software Development :: Libraries :: Python Modules',
40-
),
40+
],
4141
long_description=read_file('README.rst'),
4242
test_suite="runtests.runtests",
4343
zip_safe=False,

0 commit comments

Comments
 (0)