From 8c39abc054e30dc342fbc32f8471b8f4c54feef4 Mon Sep 17 00:00:00 2001 From: Lin Jiang Date: Tue, 17 Jan 2023 16:15:26 +0800 Subject: [PATCH] [bug] Fix example circle-packing (#7194) Issue: fixes #7193 ### Brief Summary --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 3c1e64aa11c27..dca7531ee9f4f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,6 +3,7 @@ recursive-include python/taichi/assets * recursive-include python/taichi/examples *.py include python/taichi/examples/autodiff/diff_sph/fc1_pretrained.pkl include python/taichi/examples/autodiff/diff_sph/fc2_pretrained.pkl +include python/taichi/examples/algorithm/circle-packing/taichi_logo.png include python/taichi/_lib/core/*.so include python/taichi/_lib/core/*.pyd include python/taichi/_lib/runtime/*.bc