diff MANIFEST.in @ 3372:5d926c7b0d99

plugin app manager: first draft: /!\ new optional dependency: pyyaml this plugin manage the life cycle of external applications. Application handlers register to it. Data needed to launch an application as set in YAML files. Local data types are used to get values directly from SàT: - !sat_conf to retrieve a configuration value - !sat_generate_pwd to generate a password - !sat_param for parameters specified a launch Data can be exposed when an instance is launched, this can be used to specify the port (notably the one used for web), or a generated password.
author Goffi <goffi@goffi.org>
date Mon, 28 Sep 2020 21:10:30 +0200
parents e80694d536d7
children
line wrap: on
line diff
--- a/MANIFEST.in	Mon Sep 28 17:00:14 2020 +0200
+++ b/MANIFEST.in	Mon Sep 28 21:10:30 2020 +0200
@@ -4,6 +4,7 @@
 global-include *.po *.mo
 global-include CHANGELOG COPYING* INSTALL README*
 global-include *.sh
+global-include *.yml *.yaml
 global-include Makefile *.rst *.bat
 graft misc
 graft doc