Skip to content

Commit 0e5db8e

Browse files
committed
setup.py: Add Python 3.6-3.8 to trove classifiers
1 parent d892a4d commit 0e5db8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
'Topic :: Software Development :: Build Tools',
2525
'License :: Other/Proprietary License',
2626
'Programming Language :: Python :: 2.7',
27+
'Programming Language :: Python :: 3.6',
28+
'Programming Language :: Python :: 3.7',
29+
'Programming Language :: Python :: 3.8',
2730
],
2831
keywords='qencode, qencode.com, cloud.qencode.com',
2932
packages=['qencode'],

0 commit comments

Comments
 (0)