1
0
mirror of https://github.com/enpaul/kodak.git synced 2025-12-19 09:02:34 +00:00

Fix missing repo metadata

Add missing entries to __about__
Add missing tests/__init__ file
Add missing tests to test_about
Fix trailing whitespace in openapi
This commit is contained in:
2020-12-21 21:51:20 -05:00
parent e94e239938
commit 1c1de0c241
4 changed files with 26 additions and 12 deletions

View File

@@ -4,9 +4,9 @@ info:
version: 0.1.0
title: ImageMonk
description: >-
ImageMonk is a simple HTTP server that allows users to upload
ImageMonk is a simple HTTP server that allows users to upload
images and retrieve them at a later time. In addition, it
supports generating (and caching) scaled versions of the
supports generating (and caching) scaled versions of the
uploaded images for use as thumbnails.
license:
name: MIT