1
0
mirror of https://github.com/enpaul/kodak.git synced 2025-09-18 21:21:59 +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

@@ -1,6 +1,9 @@
"""Programatically accessible project metadata"""
__title__ = "awesome-template"
__title__ = "imagemonk"
__version__ = "0.0.0"
__authors__ = ["Ethan Paul <e@enp.one>"]
__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/"