We need to use a MANIFEST rto insure inclusion of our *.stl and *.xml files

This commit is contained in:
Dominik Moritz Roth 2023-10-12 12:34:55 +02:00
parent 7a0f446406
commit 10038f5d73

9
MANIFEST.in Normal file
View File

@ -0,0 +1,9 @@
# Include the README
include README.md
# Include the license file
include LICENSE
# Include stl and xml files from the fancy_gym/envs/mujoco directory
recursive-include fancy_gym/envs/mujoco *.stl
recursive-include fancy_gym/envs/mujoco *.xml