-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
22 lines (20 loc) · 896 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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>toSketch</name>
<description>Add toSketch facility for FreeCAD. This WB help with remodelling of existing models.</description>
<version>1.0.1</version>
<maintainer email="[email protected]">Keith Sloan</maintainer>
<license file="LICENSE">GPL-2.0</license>
<url type="repository" branch="main">https://github.com/KeithSloan/toSketch</url>
<url type="readme">https://github.com/KeithSloan/toSketch/blob/main/README.md</url>
<content>
<workbench>
<classname>toSketch_Workbench</classname>
<subdirectory>./</subdirectory>
<icon>freecad/toSketch/Resources/icons/toSketchlogo.svg</icon>
<freecadmin>0.19.0</freecadmin>
<tag>sketcher</tag>
<depend>geomdl</depend>
</workbench>
</content>
</package>