Added non-Python static files to `setup.cfg`.

As it's best practice for the latest versions of Python builders.
This commit is contained in:
Fabio Manganiello 2023-10-19 19:47:35 +02:00
parent 4c6d966038
commit a00f034282
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 9 additions and 0 deletions

View File

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