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

10 lines
320 B
Python
Raw Normal View History

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