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

10 lines
320 B
Python
Raw Normal View History

2020-09-16 07:41:53 +00:00
"""Programatically accessible project metadata"""
2021-10-28 23:03:09 +00:00
__title__ = "fresnel-lens"
__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-10-28 23:03:09 +00:00
__url__ = "https://github.com/enpaul/fresnel-lens/"