We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0121eb commit 8b7a392Copy full SHA for 8b7a392
1 file changed
setup.py
@@ -48,9 +48,9 @@
48
'Intended Audience :: System Administrators',
49
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
50
'Operating System :: OS Independent',
51
- 'Programming Language :: Python :: 3.6'
52
- 'Programming Language :: Python :: 3.7'
53
- 'Programming Language :: Python :: 3 :: Only'
+ 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3 :: Only',
54
'Topic :: Security',
55
'Topic :: Internet',
56
],
0 commit comments