[metadata] name = emlg version = 0.0.2 description = Minimal HTML/JS photo gallery long_description = file: README.md long_description_content_type = text/markdown license = GPLv3 author = dece author-email = shgck@pistache.land home-page = https://git.dece.space/Dece/EmlGallery classifiers = Environment :: Console Programming Language :: Python :: 3 [options] packages = emlg python_requires = >= 3.7 setup_requires = setuptools >= 38.3.0 install_requires = Pillow [options.entry_points] console_scripts = emlg = emlg.__main__:main