From 285795d3958b06b2a13c29fe09a5ff08db916ab6 Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Wed, 13 Jan 2021 13:34:45 +0100
Subject: [PATCH] embedding images

---
 setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index ea003b9..9669a98 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
 
 setup(
     name='django-basetheme-bootstrap',
-    version='0.2.50',
+    version='0.2.51',
     description='Django Basetheme Bootstrap',
     long_description=readme,
     author='Bryan Brancotte',
@@ -31,6 +31,7 @@ setup(
         "static/fonts/playfairdisplay/*",
         "static/fonts/Raleway/*",
         "static/js/*",
+        "static/img/*",
     ]},
     classifiers=[
         'Development Status :: 5 - Production/Stable',
-- 
GitLab