[metadata] # until setuptools supports PEP621, this will have to do name = pillow-mbm description = Kerbal Space Program MBM file conversion plugin author = Andrew Cassidy license = AGPLv3 license_file = LICENSE.md long_description = file: README.md long_description_content_type = text/markdown keywords = pillow, PIL, MBM, Texture, KSP classifiers = Development Status :: 5 - Production/Stable Intended Audience :: Developers License :: OSI Approved :: GNU Affero General Public License v3 Operating System :: OS Independent Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Topic :: Games/Entertainment :: Simulation Topic :: Multimedia :: Graphics Topic :: Multimedia :: Graphics :: Graphics Conversion project_urls = Changelog = https://github.com/drewcassidy/Pillow-mbm/blob/main/CHANGELOG.md Source = https://github.com/drewcassidy/Pillow-mbm Forum Post = https://forum.kerbalspaceprogram.com/index.php?/topic/201606-quicktex-dds-texture-encoderdecoder/&do=findComment&comment=3953037 [options] install_requires = Click >= 7.0, < 9.0 Pillow >= 8.0 python_requires = >= 3.7 packages = find: [options.entry_points] console_scripts = convert-mbm = pillow_mbm.__main__:convert_mbm [options.packages.find] exclude = tests.*