diff --git a/MANIFEST.in b/MANIFEST.in index 47ae90a..b1b03cf 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,3 +9,6 @@ include CONTRIBUTING.md # 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 + +# Also shipping the most important part of fancy gym +include icon.svg diff --git a/README.md b/README.md index a359fa5..8fee031 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@