diff --git a/MANIFEST.in b/MANIFEST.in
index e61e3251c..9163c3d77 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,4 @@
recursive-include platypush/backend/http/webapp/dist *
include platypush/plugins/http/webpage/mercury-parser.js
+include platypush/config/*.yaml
global-include manifest.yaml
diff --git a/platypush/backend/http/__init__.py b/platypush/backend/http/__init__.py
index 2e3cb3960..21c649887 100644
--- a/platypush/backend/http/__init__.py
+++ b/platypush/backend/http/__init__.py
@@ -91,14 +91,16 @@ class HttpBackend(Backend):
other music plugin enabled. -->
-
+
+ explicitly exposed as an HTTP resource through the backend
+ `resource_dirs` attribute. -->