-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.xml
23 lines (21 loc) · 880 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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>Manipulator Workbench</name>
<description>A handy way to Move and Align objects in FreeCAD.</description>
<version>1.5.7</version>
<maintainer email="[email protected]">Maui</maintainer>
<license file="LICENSE">GPLv3.0</license>
<url type="repository" branch="master">https://github.com/easyw/Manipulator</url>
<icon>Resources/icons/Manipulator-icon.svg</icon> <!-- If you include your icon here, you don't have to submit it to the main FreeCAD repo -->
<content>
<workbench>
<classname>ManipulatorWB</classname>
<subdirectory>./</subdirectory>
<freecadmin>0.18</freecadmin>
<tag>Move</tag>
<tag>Align</tag>
<tag>3D</tag>
<tag>step</tag>
</workbench>
</content>
</package>