Added web server static files to the setup

This commit is contained in:
Fabio Manganiello 2018-01-29 16:04:01 +01:00
parent 6ad7f85e76
commit 5b5c1662a8
2 changed files with 2 additions and 0 deletions

1
MANIFEST.in Normal file
View File

@ -0,0 +1 @@
recursive-include platypush/backend/http/static *

View File

@ -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',