forked from heissgetraenk/fcmcua
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
22 lines (20 loc) · 883 Bytes
/
package.xml
File metadata and controls
22 lines (20 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>FCMCUA Motion Control Workbench</name>
<description>Link a motion controller to a FreeCAD assembly using OPC UA</description>
<version>1.0.0</version>
<date>2023-01-16</date>
<maintainer email="heissgetraenk@gmx.de">heissgetraenk</maintainer>
<license file="LICENSE">GPL-3.0-or-later</license>
<url type="repository" branch="main">https://github.com/heissgetraenk/fcmcua</url>
<url type="readme">https://github.com/heissgetraenk/fcmcua/blob/main/README.md</url>
<icon>freecad/fcmcua/resources/fcmcua_wb.svg</icon>
<content>
<workbench>
<classname>Fcmcua</classname>
<subdirectory>./</subdirectory>
<!-- Python package dependencies-->
<depend>asyncua</depend>
</workbench>
</content>
</package>