mirror of
https://github.com/enpaul/kodak.git
synced 2025-12-19 00:52:35 +00:00
Rename project to fresnel-lens
This commit is contained in:
9
fresnel_lens/__about__.py
Normal file
9
fresnel_lens/__about__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""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/"
|
||||
Reference in New Issue
Block a user