From 11c67c87d22ab00ca39e52553c138a0fff291865 Mon Sep 17 00:00:00 2001 From: Donald Campbell <125581724+donaldcampbelljr@users.noreply.github.com> Date: Thu, 30 May 2024 10:03:32 -0400 Subject: [PATCH] update manifest to include pephub backend --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index ddae2813..f1d4aacf 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,5 +4,6 @@ include pipestat/schemas/* include pipestat/backends/* include pipestat/backends/file_backend/* include pipestat/backends/db_backend/* +include pipestat/backends/pephub_backend/* include pipestat/pipestatreader/* include pipestat/jinja_templates/*