-
Notifications
You must be signed in to change notification settings - Fork 148
/
package.xml
29 lines (23 loc) · 990 Bytes
/
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
<?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, version.py, pyproject.toml, package.xml -->
<version>2.2.3</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">https://py-trees.readthedocs.io/en/devel/</url>
<url type="repository">https://github.com/splintered-reality/py_trees</url>
<url type="bugtracker">https://github.com/splintered-reality/py_trees/issues</url>
<build_depend>python3-setuptools</build_depend>
<exec_depend>python3-pydot</exec_depend>
<export>
<build_type>ament_python</build_type>
</export>
</package>