1
0
mirror of https://github.com/enpaul/kodak.git synced 2024-09-21 08:13:54 +00:00
kodak/dehance/__about__.py

10 lines
314 B
Python
Raw Normal View History

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