From 9843edba4a78d8acd9d17e268ba3e89ef327dce7 Mon Sep 17 00:00:00 2001 From: Andrew Sun Date: Mon, 26 Jul 2021 22:06:54 -0500 Subject: [PATCH] hotfix #2588 --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4b1ab95512e8f..4f24d01d68fcb 100644 --- a/setup.py +++ b/setup.py @@ -22,9 +22,11 @@ + ['taichi.examples', 'taichi.examples.algorithm', 'taichi.examples.autodiff', - 'taichi.examples.chi_examples', - 'taichi.examples.features', + 'taichi.examples.features.sparse', + 'taichi.examples.features.io', + 'taichi.examples.features.gui', 'taichi.examples.simulation', + 'taichi.examples.rendering', ] print(packages)