-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathpackage.xml
22 lines (20 loc) · 873 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>SheetMetal Workbench</name>
<description>A simple sheet metal tools workbench for FreeCAD.</description>
<version>0.7.03</version>
<date>2025-01-15</date>
<maintainer email="shaise@gmail.com">Shai Seger</maintainer>
<license file="LICENSE">LGPL-2.1-or-later</license>
<url type="repository" branch="master">https://github.com/shaise/FreeCAD_SheetMetal</url>
<url type="readme">https://github.com/shaise/FreeCAD_SheetMetal/blob/master/README.md</url>
<icon>Resources/icons/SMLogo.svg</icon>
<content>
<workbench>
<classname>SMWorkbench</classname>
<subdirectory>./</subdirectory>
<tag>sheetmetal</tag>
<depend>networkx</depend>
</workbench>
</content>
</package>