1
0
mirror of https://github.com/enpaul/kodak.git synced 2025-09-18 21:21:59 +00:00
Files
kodak/imagemonk/__about__.py
Ethan Paul 548a5c8b1d Bump feature version
Fix mixmatched meta
2020-12-21 22:35:12 -05:00

10 lines
318 B
Python

"""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/"