Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8c726e03bd |
@@ -2,7 +2,7 @@
|
|||||||
'''
|
'''
|
||||||
A fully-featured python library to handle reading and writing icns files.
|
A fully-featured python library to handle reading and writing icns files.
|
||||||
'''
|
'''
|
||||||
__version__ = '1.0'
|
__version__ = '1.0.1'
|
||||||
|
|
||||||
from .IcnsFile import IcnsFile
|
from .IcnsFile import IcnsFile
|
||||||
from .ArgbImage import ArgbImage, PIL_ENABLED
|
from .ArgbImage import ArgbImage, PIL_ENABLED
|
||||||
|
|||||||
3
setup.py
3
setup.py
@@ -40,9 +40,6 @@ setup(
|
|||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Programming Language :: Python :: 3 :: Only',
|
'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.5',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
'Programming Language :: Python :: 3.7',
|
'Programming Language :: Python :: 3.7',
|
||||||
|
|||||||
Reference in New Issue
Block a user