mirror of
https://github.com/drewcassidy/Pillow-mbm.git
synced 2024-09-01 14:44:04 +00:00
Add more metadata
This commit is contained in:
parent
46572bb7c5
commit
1b39b02999
@ -1 +1 @@
|
||||
__version__ = '0.1.1'
|
||||
__version__ = '0.1.2'
|
||||
|
3
setup.py
3
setup.py
@ -13,6 +13,9 @@ setup(
|
||||
name='pillow-mbm',
|
||||
description="A pillow plugin that adds support for KSP's MBM textures",
|
||||
version=__version__,
|
||||
license='AGPL',
|
||||
url='https://github.com/drewcassidy/Pillow-mbm',
|
||||
author='Andrew Cassidy',
|
||||
long_description=readme,
|
||||
long_description_content_type='text/markdown',
|
||||
python_requires=">=3.7",
|
||||
|
Loading…
Reference in New Issue
Block a user