1
0
mirror of https://github.com/enpaul/kodak.git synced 2025-06-06 14:53:26 +00:00
kodak/imagemonk/__about__.py

10 lines
318 B
Python
Raw Normal View History

2020-09-16 03:41:53 -04:00
"""Programatically accessible project metadata"""
__title__ = "imagemonk"
2020-09-16 03:41:53 -04:00
__version__ = "0.0.0"
__authors__ = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]
__license__ = "MIT"
__summary__ = "HTTP server for uploading images and generating thumbnails"
__url__ = "https://github.com/mocproject/imagemonk/"