-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
26 lines (25 loc) · 1.06 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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>Yaml Workbench</name>
<version>0.1.2</version>
<date>2022-09-08</date>
<description>A FreeCAD addon that loads and manipulates objects via YAML files.</description>
<maintainer email="[email protected]">MambiX Ltd.</maintainer>
<license file="LICENSE">LGPLv2.1</license>
<url type="repository" branch="master">https://github.com/Mambix/FreeCAD-yaml-workbench</url>
<url type="bugtracker">https://github.com/Mambix/FreeCAD-yaml-workbench/issues</url>
<url type="documentation">https://github.com/Mambix/FreeCAD-yaml-workbench/blob/master/README.md</url>
<icon>Resources/YAML_workbench_icon.svg</icon>
<depend>PyYaml</depend>
<freecadmin>0.19</freecadmin>
<content>
<workbench>
<icon>Resources/YAML_workbench_icon.svg</icon>
<subdirectory>./</subdirectory>
<classname>Import_Yml</classname>
<tag>Mambix</tag>
<tag>import</tag>
<tag>yaml</tag>
</workbench>
</content>
</package>