mirror of
https://github.com/enpaul/kodak.git
synced 2024-11-13 10:07:04 +00:00
10 lines
320 B
Python
10 lines
320 B
Python
"""Programatically accessible project metadata"""
|
|
|
|
|
|
__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"
|
|
__url__ = "https://github.com/enpaul/fresnel-lens/"
|