Skip to content

Commit dca7d83

Browse files
committed
Fix trailing commas in classifiers
1 parent b94d759 commit dca7d83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ classifiers =
1313
Programming Language :: Python :: 3
1414
License :: OSI Approved :: BSD License
1515
Operating System :: OS Independent
16-
Intended Audience :: Developers,
17-
Natural Language :: English,
18-
Framework :: Django,
19-
Environment :: Web Environment,
16+
Intended Audience :: Developers
17+
Natural Language :: English
18+
Framework :: Django
19+
Environment :: Web Environment
2020

2121
[options]
2222
packages = find:

0 commit comments

Comments
 (0)