You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
545 B

[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