From 61be8c6d5a6eedb0d24678563a83ab1a609a657d Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 5 Mar 2022 15:29:22 -0600 Subject: [PATCH] Add ``web/static/img`` folder to manifest also add messkit image to docs index page --- MANIFEST.in | 2 ++ docs/index.rst | 3 +++ 2 files changed, 5 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index a32f228..09e46ee 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,3 +3,5 @@ include *.md include *.rst recursive-include messkit/templates *.mako + +recursive-include messkit/web/static *.png diff --git a/docs/index.rst b/docs/index.rst index a722519..f6b9fcd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,6 +4,9 @@ Messkit Got a mess goin' on? There's a kit for that... +.. image:: ../messkit/web/static/img/messkit.png + :height: 300px + Messkit aims to be a "custom app in a box" for operational data management, automation etc. Sort of like a spreadsheet on sterroids, where the user defines the data layout and behavior as much as