Skip to content

Commit 2d09bd4

Browse files
authored
Merge pull request #1 from clearpathrobotics/add_package_xml_for_building
Add package.xml for building
2 parents 12bdbe0 + b68003b commit 2d09bd4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

package.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0"?>
2+
<package format="2">
3+
<name>python-transitions</name>
4+
<version>0.4.3</version>
5+
<description>A lightweight, object-oriented finite state machine implementation in Python</description>
6+
<maintainer email="[email protected]">Tal Yarkoni</maintainer>
7+
<license>MIT License</license>
8+
9+
<buildtool_depend>python</buildtool_depend>
10+
<exec_depend>six</exec_depend>
11+
12+
<export><build_type>python</build_type></export>
13+
</package>

0 commit comments

Comments
 (0)