forked from platypush/platypush
Added web server static files to the setup
This commit is contained in:
parent
6ad7f85e76
commit
5b5c1662a8
2 changed files with 2 additions and 0 deletions
1
MANIFEST.in
Normal file
1
MANIFEST.in
Normal file
|
@ -0,0 +1 @@
|
|||
recursive-include platypush/backend/http/static *
|
1
setup.py
1
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',
|
||||
|
|
Loading…
Reference in a new issue