Added Code of Conduct and Contributing guidelines to the MANIFEST

This commit is contained in:
Dominik Moritz Roth 2023-10-12 12:41:55 +02:00
parent 180b86771d
commit d10ea23b4c

View File

@ -1,8 +1,10 @@
# Include the README # Include the README
include README.md include README.md
# Include the license file # Include the license, Code of Conduct and Contributing guidelines
include LICENSE include LICENSE
include CODE_OF_CONDUCT.md
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