1
0
mirror of https://github.com/enpaul/kodak.git synced 2024-09-21 16:23:49 +00:00
kodak/imagemonk/__about__.py

10 lines
318 B
Python
Raw Normal View History

2020-09-16 07:41:53 +00:00
"""Programatically accessible project metadata"""
__title__ = "imagemonk"
__version__ = "0.1.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/"