diff --git a/setup.py b/setup.py
index ea003b9c9d6b6b0b34ff156fd2f0cbe8e91cad08..9669a98daa6682e747de173d432be1813563c2f3 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',