forked from platypush/platypush
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:
parent
4c6d966038
commit
a00f034282
1 changed files with 9 additions and 0 deletions
|
@ -3,6 +3,15 @@ current_version = 0.50.3
|
||||||
commit = True
|
commit = True
|
||||||
tag = 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]
|
[metadata]
|
||||||
description_file = README.md
|
description_file = README.md
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue