mirror of
https://github.com/enpaul/kodak.git
synced 2024-11-14 10:36:55 +00:00
Ethan Paul
1c1de0c241
Add missing entries to __about__ Add missing tests/__init__ file Add missing tests to test_about Fix trailing whitespace in openapi
10 lines
318 B
Python
10 lines
318 B
Python
"""Programatically accessible project metadata"""
|
|
|
|
|
|
__title__ = "imagemonk"
|
|
__version__ = "0.0.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/mocproject/imagemonk/"
|