Skip to content

Commit 727a5d2

Browse files
author
Januson
authored
Merge pull request #11 from candlepin/jhnidek/fix_classifiers
Fix bug in classifiers.
2 parents 5c56c10 + fdc577c commit 727a5d2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@
2424
'License :: OSI Approved :: Python Software Foundation License',
2525
'Operating System :: OS Independent',
2626
'Programming Language :: Python',
27-
'Programming Language :: Python :: 2'
27+
'Programming Language :: Python :: 2',
2828
'Programming Language :: Python :: 2.6',
2929
'Programming Language :: Python :: 2.7',
3030
'Programming Language :: Python :: 3',
31-
'Programming Language :: Python :: 3.3',
32-
'Programming Language :: Python :: 3.4'
31+
'Programming Language :: Python :: 3.5',
32+
'Programming Language :: Python :: 3.6',
33+
'Programming Language :: Python :: 3.7',
34+
'Programming Language :: Python :: 3.8',
3335
'Topic :: Software Development :: Libraries :: Python Modules',
3436
],
3537
packages = ['iniparse'],

0 commit comments

Comments
 (0)