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:
@@ -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/"
|
||||
|
Reference in New Issue
Block a user