From 373f8e34446a1a9527c775f2b262e0925a249657 Mon Sep 17 00:00:00 2001 From: Joao Andre Date: Wed, 17 Jul 2024 07:36:35 -0300 Subject: [PATCH] fix: include package_desc.md when building packages --- tools/packages/taipy-config/MANIFEST.in | 1 + tools/packages/taipy-core/MANIFEST.in | 1 + tools/packages/taipy-gui/MANIFEST.in | 1 + tools/packages/taipy-rest/MANIFEST.in | 1 + tools/packages/taipy-templates/MANIFEST.in | 1 + tools/packages/taipy/MANIFEST.in | 1 + 6 files changed, 6 insertions(+) diff --git a/tools/packages/taipy-config/MANIFEST.in b/tools/packages/taipy-config/MANIFEST.in index 145c00a7e5..7ab556c01f 100644 --- a/tools/packages/taipy-config/MANIFEST.in +++ b/tools/packages/taipy-config/MANIFEST.in @@ -2,3 +2,4 @@ include taipy/config/*.pyi include taipy/config/*.json include *.json include taipy/config/setup.requirements.txt +include package_desc.md diff --git a/tools/packages/taipy-core/MANIFEST.in b/tools/packages/taipy-core/MANIFEST.in index 7f1627cbc3..7d5dc8404f 100644 --- a/tools/packages/taipy-core/MANIFEST.in +++ b/tools/packages/taipy-core/MANIFEST.in @@ -2,3 +2,4 @@ include taipy/core/*.json include taipy/core/config/*.json include *.json include taipy/core/setup.requirements.txt +include package_desc.md diff --git a/tools/packages/taipy-gui/MANIFEST.in b/tools/packages/taipy-gui/MANIFEST.in index 524fdf95bc..03ff5ecc6c 100644 --- a/tools/packages/taipy-gui/MANIFEST.in +++ b/tools/packages/taipy-gui/MANIFEST.in @@ -4,3 +4,4 @@ include taipy/gui/viselements.json include taipy/gui/*.pyi include *.json include taipy/gui/setup.requirements.txt +include package_desc.md diff --git a/tools/packages/taipy-rest/MANIFEST.in b/tools/packages/taipy-rest/MANIFEST.in index c8d6ce0f68..05fdfd441d 100644 --- a/tools/packages/taipy-rest/MANIFEST.in +++ b/tools/packages/taipy-rest/MANIFEST.in @@ -1,3 +1,4 @@ include taipy/rest/*.json include *.json include taipy/rest/setup.requirements.txt +include package_desc.md diff --git a/tools/packages/taipy-templates/MANIFEST.in b/tools/packages/taipy-templates/MANIFEST.in index e0e4a86e92..77cec2d352 100644 --- a/tools/packages/taipy-templates/MANIFEST.in +++ b/tools/packages/taipy-templates/MANIFEST.in @@ -1,3 +1,4 @@ recursive-include taipy/templates * include *.json include taipy/templates/setup.requirements.txt +include package_desc.md diff --git a/tools/packages/taipy/MANIFEST.in b/tools/packages/taipy/MANIFEST.in index b73be19cf2..cbdc452a2d 100644 --- a/tools/packages/taipy/MANIFEST.in +++ b/tools/packages/taipy/MANIFEST.in @@ -26,3 +26,4 @@ include taipy/rest/*.json recursive-include taipy/templates * include setup.requirements.txt +include package_desc.md