We need to use a MANIFEST rto insure inclusion of our *.stl and *.xml files
This commit is contained in:
parent
7a0f446406
commit
10038f5d73
9
MANIFEST.in
Normal file
9
MANIFEST.in
Normal file
@ -0,0 +1,9 @@
|
||||
# Include the README
|
||||
include README.md
|
||||
|
||||
# Include the license file
|
||||
include LICENSE
|
||||
|
||||
# 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
|
Loading…
Reference in New Issue
Block a user