Make sure the icon is always loaded from GitHub
So it is also visible on PyPI
This commit is contained in:
parent
b0b58675b2
commit
9538c999a0
@ -9,3 +9,6 @@ include CONTRIBUTING.md
|
|||||||
# Include stl and xml files from the fancy_gym/envs/mujoco directory
|
# 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 *.stl
|
||||||
recursive-include fancy_gym/envs/mujoco *.xml
|
recursive-include fancy_gym/envs/mujoco *.xml
|
||||||
|
|
||||||
|
# Also shipping the most important part of fancy gym
|
||||||
|
include icon.svg
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<br>
|
<br>
|
||||||
<img src='./icon.svg' width="250px">
|
<img src='https://raw.githubusercontent.com/ALRhub/fancy_gym/master/icon.svg' width="250px">
|
||||||
<br><br>
|
<br><br>
|
||||||
<b style="font-size: 2em;">Fancy Gym</b>
|
<b style="font-size: 2em;">Fancy Gym</b>
|
||||||
<br><br>
|
<br><br>
|
||||||
|
Loading…
Reference in New Issue
Block a user