File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 24
24
'License :: OSI Approved :: Python Software Foundation License' ,
25
25
'Operating System :: OS Independent' ,
26
26
'Programming Language :: Python' ,
27
- 'Programming Language :: Python :: 2'
27
+ 'Programming Language :: Python :: 2' ,
28
28
'Programming Language :: Python :: 2.6' ,
29
29
'Programming Language :: Python :: 2.7' ,
30
30
'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' ,
33
35
'Topic :: Software Development :: Libraries :: Python Modules' ,
34
36
],
35
37
packages = ['iniparse' ],
You can’t perform that action at this time.
0 commit comments