diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 000000000..fb7549b5b --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +recursive-include platypush/backend/http/static * diff --git a/setup.py b/setup.py index e5ebe1da5..977bbff71 100755 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ setup( keywords = "pushbullet notifications automation", url = "https://github.com/BlackLight/platypush", packages = find_packages(), + include_package_data = True, entry_points = { 'console_scripts': [ 'platypush=platypush:main',