Skip to content

Commit 8b7a392

Browse files
committed
Fix setup.py classifiers
1 parent a0121eb commit 8b7a392

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
'Intended Audience :: System Administrators',
4949
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
5050
'Operating System :: OS Independent',
51-
'Programming Language :: Python :: 3.6'
52-
'Programming Language :: Python :: 3.7'
53-
'Programming Language :: Python :: 3 :: Only'
51+
'Programming Language :: Python :: 3.6',
52+
'Programming Language :: Python :: 3.7',
53+
'Programming Language :: Python :: 3 :: Only',
5454
'Topic :: Security',
5555
'Topic :: Internet',
5656
],

0 commit comments

Comments
 (0)