fix pypi-classifiers. Min python version is 3.5

This commit is contained in:
relikd
2021-10-30 18:39:52 +02:00
parent 478adfc75b
commit 8c726e03bd
2 changed files with 1 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
'''
A fully-featured python library to handle reading and writing icns files.
'''
__version__ = '1.0'
__version__ = '1.0.1'
from .IcnsFile import IcnsFile
from .ArgbImage import ArgbImage, PIL_ENABLED

View File

@@ -40,9 +40,6 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',