-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.xml
30 lines (30 loc) · 1.25 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
27
28
29
30
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>AddFC Workbench</name>
<description>Additional tools for FreeCAD.</description>
<version>0.7.5</version>
<date>2024-10-28</date>
<maintainer email="nn19051990@gmail.com">Golodnikov Sergey</maintainer>
<author email="nn19051990@gmail.com">Golodnikov Sergey</author>
<license file="LICENSE">LGPL-2.1-or-later</license>
<url type="repository" branch="main">https://github.com/GS90/addFC</url>
<url type="readme">https://github.com/GS90/addFC/blob/main/README.md</url>
<url type="documentation">https://github.com/GS90/addFC/blob/main/repo/doc</url>
<icon>repo/icon/workbench.svg</icon>
<content>
<workbench>
<classname>AddFC</classname>
<subdirectory>./</subdirectory>
<freecadmin>0.20.2</freecadmin>
<!-- dependencies -->
<depend optional="true" type="addon">sheetmetal</depend>
<depend optional="true" type="python">numpy</depend>
<depend optional="true" type="python">ezdxf</depend>
<!-- tags -->
<tag>BOM</tag>
<tag>specification</tag>
<tag>sheetmetal</tag>
<tag>exploded</tag>
</workbench>
</content>
</package>