fix pypi-classifiers. Min python version is 3.5
This commit is contained in:
@@ -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
|
||||
|
||||
3
setup.py
3
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user