From fc98e8718d59755f4d008de9297824dc1977dc47 Mon Sep 17 00:00:00 2001 From: rnmitchell Date: Wed, 18 Jun 2025 12:28:34 -0400 Subject: [PATCH] add logo.png file to manifest and setup.py script --- MANIFEST.in | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 6c00bc2d..8d619a82 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ include versioneer.py include lusSTR/_version.py +include lusSTR/cli/logo.png include lusSTR/data/* include lusSTR/tests/data/* include lusSTR/workflows/* diff --git a/setup.py b/setup.py index d40c5d15..e5d6eec3 100755 --- a/setup.py +++ b/setup.py @@ -23,6 +23,7 @@ packages=["lusSTR", "lusSTR.cli", "lusSTR.tests"], package_data={ "lusSTR": [ + "lusSTR/cli/logo.png", "lusSTR/data/*", "lusSTR/tests/data/*", "lusSTR/tests/data/STRait_Razor_test_output/*",