2023-10-12 12:34:55 +02:00
|
|
|
# Include the README
|
|
|
|
include README.md
|
|
|
|
|
2023-10-12 12:41:55 +02:00
|
|
|
# Include the license, Code of Conduct and Contributing guidelines
|
2023-10-12 12:34:55 +02:00
|
|
|
include LICENSE
|
2023-10-12 12:41:55 +02:00
|
|
|
include CODE_OF_CONDUCT.md
|
|
|
|
include CONTRIBUTING.md
|
2023-10-12 12:34:55 +02:00
|
|
|
|
|
|
|
# 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
|
2023-10-12 16:46:45 +02:00
|
|
|
|
|
|
|
# Also shipping the most important part of fancy gym
|
|
|
|
include icon.svg
|