yml: Move json schema from python dict to standalone json file

- Easier to reference as schema for IDEs
- Can be added to schemastore.org

Signed-off-by: ciarancourtney <ciaran.courtney@activeenergy.ie>
[Jan: rebased, merged in schema installation]
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
ciarancourtney
2021-10-04 18:41:37 +02:00
committed by Jan Kiszka
parent 6630780935
commit 460699685e
3 changed files with 232 additions and 207 deletions

View File

@@ -78,6 +78,9 @@ setup(
packages=find_packages(),
package_data={'kas': ['*.json']},
include_package_data=True,
entry_points={
'console_scripts': [
'kas=kas.kas:main',