From a00f03428224e8755d2c5bda520d304c5d64c42a Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 19 Oct 2023 19:47:35 +0200 Subject: [PATCH] Added non-Python static files to `setup.cfg`. As it's best practice for the latest versions of Python builders. --- setup.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) 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