diff --git a/MANIFEST.in b/MANIFEST.in index e61e3251..9163c3d7 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 2e3cb396..21c64988 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. -->