From d2af206d39a42d21bc5d981dc3e125271065d26c Mon Sep 17 00:00:00 2001 From: marjanalbouye Date: Thu, 12 Oct 2023 10:27:57 -0600 Subject: [PATCH] update assets directory path --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 80ed97ab..7769ab7e 100644 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ def run(self): "flowermd": [ "modules/*", "library/**", - "assets/*", + "assets/**", ] }, install_requires=REQUIRED,