add missing module to setup.py

This commit is contained in:
Alex Nichol
2023-05-05 10:56:08 -07:00
committed by GitHub
parent 2d8cc86eb8
commit 8b1010b9a6

View File

@@ -14,6 +14,7 @@ setup(
"shap_e.models.transmitter",
"shap_e.rendering",
"shap_e.rendering.blender",
"shap_e.rendering.raycast",
"shap_e.util",
],
install_requires=[