forked from splintered-reality/py_trees
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
40 lines (31 loc) · 1.26 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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>py_trees</name>
<!-- When updating, also update setup.py and version.py -->
<version>1.2.1</version>
<description>
Pythonic implementation of behaviour trees.
</description>
<author>Daniel Stonier</author>
<author>Michal Staniaszek</author>
<author>Naveed Usmani</author>
<maintainer email="[email protected]">Daniel Stonier</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>
<build_depend>python3-setuptools</build_depend>
<doc_depend>python3-sphinx</doc_depend>
<doc_depend>python3-sphinx-argparse</doc_depend>
<doc_depend>python3-sphinx-rtd-theme</doc_depend>
<doc_depend>python3-pydot</doc_depend>
<exec_depend>python3-pydot</exec_depend>
<test_depend>python3-nose</test_depend>
<test_depend>python3-nose-yanc</test_depend>
<!-- Not a deb :/ -->
<!-- <test_depend>python3-nose-htmloutput</test_depend> -->
<export>
<build_type>ament_python</build_type>
</export>
</package>