From 7d1150b7afef2c5a2ee1f207cb190760f5369847 Mon Sep 17 00:00:00 2001 From: fol0037 <ladislav.foltyn@vsb.cz> Date: Thu, 13 Mar 2025 12:32:06 +0100 Subject: [PATCH] #20; --- CHANGELOG | 3 +++ MANIFEST.in | 9 ++++----- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f683630..7de818d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +v2.0.1 +- Updated MANIFEST file + v1.1.12 - Add Mattermost Chatbot hook - Configuration needed: add section [chatbot] and key mattermost_hook to enable chatbot integration diff --git a/MANIFEST.in b/MANIFEST.in index 3f90668..4f585b1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,6 @@ # MANIFEST.in -include lexis_api/view/catalog_v1_templates/jinja_templates/*.py.j2 -include lexis_api/view/container_app_templates/jinja_templates/*.py.j2 -include lexis_api/view/hpc_command_app_templates/jinja_templates/*.py.j2 -include lexis_api/view/custom_job_script_templates/jinja_templates/*.py.j2 -include lexis_api/view/yaml_workflows_templates/jinja_templates/*.py.j2 \ No newline at end of file +include lexis_api/blueprints/container_app_templates/jinja_templates/*.py.j2 +include lexis_api/blueprints/hpc_command_app_templates/jinja_templates/*.py.j2 +include lexis_api/blueprints/custom_job_script_templates/jinja_templates/*.py.j2 +include lexis_api/blueprints/yaml_workflows_templates/jinja_templates/*.py.j2 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 4e14945..a0dd9e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,4 +30,4 @@ dependencies = [ "toscaairflowtranslator==0.2.*", ] -version = "2.0.0" +version = "2.0.1" -- GitLab