diff --git a/setup.py b/setup.py
index 1dfbfd9671998ea08dae3ac5d85abd359dc7da97..9db8bcc4b8fa14594a104f575e2572232ef0a7ef 100644
--- a/setup.py
+++ b/setup.py
@@ -21,6 +21,10 @@ setup(
     test_suite="runtests.run_all_tests",
     package_data= {'basetheme_bootstrap' : [
         "templatetags/*",
+        "templates/basetheme_bootstrap/*",
+        "templates/registration/*",
         "templates/*",
+        "static/css/*",
+        "static/js/*",
     ] },
 )