diff --git a/setup.cfg b/setup.cfg index a6014566..ffd1ea24 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,15 @@ current_version = 0.50.3 commit = True tag = True +[files] +packages = pbr +data_files = + platypush/backend/http/webapp/dist/* + platypush/install/* + platypush/plugins/http/webpage/mercury-parser.js + platypush/config/*.yaml + + [metadata] description_file = README.md