From 7d49ab3094536366f22085221379e2a344725bd2 Mon Sep 17 00:00:00 2001 From: Yuxuan Zhuang Date: Sat, 14 Dec 2024 13:18:51 -0800 Subject: [PATCH 1/3] add manifest --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 5fe47cf7..82ff10f0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include molecularnodes/assets/* \ No newline at end of file +recursive-include molecularnodes/assets/* From cd99e415038ed958a2fdbecbaccbddcf492ed452 Mon Sep 17 00:00:00 2001 From: Yuxuan Zhuang Date: Sat, 14 Dec 2024 13:22:46 -0800 Subject: [PATCH 2/3] include assets --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 47f81048..3cbea7a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,3 +18,8 @@ bpy = ["bpy>=4.2"] test = ["pytest", "pytest-cov", "syrupy", "scipy"] docs = ["quartodoc", "tomlkit"] +[tool.setuptools] +include-package-data = true + +[tool.setuptools.package-data] +molecularnodes = ["assets/*"] From cc55e20dd71e54ce86801cd858dec21ad737532a Mon Sep 17 00:00:00 2001 From: Yuxuan Zhuang Date: Sat, 14 Dec 2024 13:27:13 -0800 Subject: [PATCH 3/3] include assets and template --- MANIFEST.in | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 82ff10f0..bd295665 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -recursive-include molecularnodes/assets/* +recursive-include molecularnodes/assets * \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 3cbea7a4..f114766d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,4 +22,4 @@ docs = ["quartodoc", "tomlkit"] include-package-data = true [tool.setuptools.package-data] -molecularnodes = ["assets/*"] +molecularnodes = ["assets/*", "assets/template/*"]