Skip to content

Commit

Permalink
Use list of classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
vkurup committed Nov 28, 2016
1 parent ddcabd4 commit 863ccf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read_file(filename):
url='https://github.com/caktus/django-email-bandit',
license='BSD',
description=' '.join(__import__('bandit').__doc__.splitlines()).strip(),
classifiers=(
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
Expand All @@ -37,7 +37,7 @@ def read_file(filename):
'Programming Language :: Python :: 3.5',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules',
),
],
long_description=read_file('README.rst'),
test_suite="runtests.runtests",
zip_safe=False,
Expand Down

0 comments on commit 863ccf5

Please sign in to comment.