diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..a19bc97 --- /dev/null +++ b/MANIFEST.in @@ -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