-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
29 lines (22 loc) · 965 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" encoding="utf-8"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>py_trees_documentation</name>
<version>2.0.0</version>
<description>
Kobuki Documentation
</description>
<author>Daniel Stonier</author>
<maintainer email="d.stonier@gmail.com">Daniel Stonier</maintainer>
<license>BSD</license>
<url type="website">https://py-trees-documentation.readthedocs.io/en/release-2.0.x//</url>
<url type="repository">https://github.com/stonier/py_trees_documentation</url>
<url type="bugtracker">https://github.com/stonier/py_trees_documentation/issues</url>
<build_depend>python3-setuptools</build_depend>
<test_depend>python3-pytest</test_depend>
<doc_depend>python3-sphinx</doc_depend>
<doc_depend>python3-sphinx-rtd-theme</doc_depend>
<export>
<build_type>ament_python</build_type>
</export>
</package>