forked from KeithSloan/toSketch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
23 lines (21 loc) · 934 Bytes
/
package.xml
File metadata and controls
23 lines (21 loc) · 934 Bytes
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>toSketch</name>
<description>Add toSketch facility for FreeCAD. This WB help with remodelling of existing models.</description>
<version>1.0.1</version>
<maintainer email="keith@sloan-home.co.uk">Keith Sloan</maintainer>
<license file="LICENSE">GPL-2.0-or-later</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>
<depend>scipy</depend>
</workbench>
</content>
</package>