From 2621edffba205f3ce64b2d757c92cda7b3183b1d Mon Sep 17 00:00:00 2001 From: Arondondon Date: Tue, 25 Feb 2025 01:08:49 +0300 Subject: [PATCH 1/2] Changed include in MANIFEST.in --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index d652457..ed53d8d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include snet/sdk/resources/* +recursive-include snet/sdk/resources/*.proto recursive-exclude * .git recursive-exclude * node_modules From c1443122a95a4d9d60f9b4c878535fdb20cbdd66 Mon Sep 17 00:00:00 2001 From: Arondondon Date: Tue, 25 Feb 2025 01:23:27 +0300 Subject: [PATCH 2/2] Fixed adding .proto files to the package --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index ed53d8d..ac0b231 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -recursive-include snet/sdk/resources/*.proto +recursive-include snet/sdk/resources * recursive-exclude * .git recursive-exclude * node_modules