From 9538c999a01d36e6f96987d19a5f9ccbd25b9923 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Thu, 12 Oct 2023 16:46:45 +0200 Subject: [PATCH] Make sure the icon is always loaded from GitHub So it is also visible on PyPI --- MANIFEST.in | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 @@

- +

Fancy Gym