File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ include simple_playgrounds/playgrounds/configs/playground_default.yml
2
+ include simple_playgrounds/entities/agents/parts/parts_default.yml
3
+ include simple_playgrounds/entities/agents/sensors/semantic_sensors/semantic_sensor_default.yml
4
+ include simple_playgrounds/entities/agents/sensors/visual_sensors/visual_sensor_default.yml
5
+ include simple_playgrounds/entities/scene_elements/configs/basic_default.yml
6
+ include simple_playgrounds/entities/scene_elements/configs/contact_default.yml
7
+ include simple_playgrounds/entities/scene_elements/configs/interactive_default.yml
8
+ include simple_playgrounds/entities/scene_elements/configs/proximity_default.yml
9
+ inclue simple_playgrounds/entities/scene_elements/configs/zone_default.yml
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'simple_playgrounds' ,
5
- version = '0.9.9 ' ,
5
+ version = '0.9.10 ' ,
6
6
description = 'Simulator for AGI and RL' ,
7
7
author = 'Michael Garcia Ortiz' ,
8
8
9
9
packages = [package for package in find_packages ()
10
- if package .startswith ('simple_playgrounds' )]
10
+ if package .startswith ('simple_playgrounds' )],
11
+ include_package_data = True
11
12
)
You can’t perform that action at this time.
0 commit comments