-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.xml
54 lines (32 loc) · 1.43 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>STEMFIE Workbench</name>
<description>A simple workbench for generating STEMFIE system components.</description>
<version>0.3.1</version>
<date>2025-01-15</date>
<maintainer email="[email protected]">hasecilu</maintainer>
<license file="LICENSE">GPL-2.0-or-later</license>
<pythonmin>3.6.0</pythonmin>
<url type="website">https://stemfie.org</url>
<url branch="main" type="repository">https://github.com/bilbaomakers/StemfieWB.git</url>
<url type="bugtracker">https://github.com/bilbaomakers/StemfieWB/issues</url>
<url type="readme">https://github.com/bilbaomakers/StemfieWB/blob/main/README.md</url>
<url type="documentation">https://wiki.freecad.org/Stemfie_Workbench</url>
<url type="discussion">https://forum.freecad.org/viewtopic.php?t=59951</url>
<author>Bilbao Makers</author>
<tag>stem</tag>
<tag>construction</tag>
<tag>toy</tag>
<tag>parametric</tag>
<tag>3d-printing</tag>
<icon>freecad/stemfie/resources/icons/STEMFIE.svg</icon>
<content>
<workbench>
<name>STEMFIE Workbench</name>
<icon>resources/icons/STEMFIE.svg</icon>
<subdirectory>freecad/stemfie</subdirectory>
<classname>StemfieWorkbench</classname>
<depend type="addon" optional="true">freecad.gears workbench</depend>`
</workbench>
</content>
</package>