forked from splintered-reality/py_trees
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
40 lines (31 loc) · 1.25 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<package format="2">
<!-- Some duplication of properties here and in package.xml. -->
<!-- Make sure to update them both -->
<!-- That is the price paid for a pypi and catkin package. -->
<name>py_trees</name>
<version>0.5.10</version>
<description>
Pythonic implementation of behaviour trees.
</description>
<maintainer email="d.stonier@gmail.com">Daniel Stonier</maintainer>
<maintainer email="naveedhd@gmail.com">Naveed Usmani</maintainer>
<license>BSD</license>
<url type="website">http://py-trees.readthedocs.io</url>
<url type="repository">https://github.com/stonier/py_trees</url>
<url type="bugtracker">https://github.com/stonier/py_trees/issues</url>
<author>Daniel Stonier</author>
<author>Michal Staniaszek</author>
<author>Naveed Usmani</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>python-setuptools</build_depend>
<doc_depend>python-sphinx</doc_depend>
<doc_depend>python-sphinx-argparse</doc_depend>
<doc_depend>python-sphinx-rtd-theme</doc_depend>
<doc_depend>python-enum34</doc_depend>
<doc_depend>python-pydot</doc_depend>
<exec_depend>python-enum34</exec_depend>
<exec_depend>python-pydot</exec_depend>
<export>
<rosdoc config="rosdoc.yaml"/>
</export>
</package>