-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.xml
More file actions
53 lines (31 loc) · 1.49 KB
/
package.xml
File metadata and controls
53 lines (31 loc) · 1.49 KB
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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>FreeGrid Workbench</name>
<description>A simple tools workbench for generating FreeGrid storage system components.</description>
<version>2.2.0</version>
<date>2025-01-22</date>
<maintainer>Alan Langford</maintainer>
<maintainer>Michael K Johnson</maintainer>
<maintainer email="[email protected]">hasecilu</maintainer>
<license file="LICENSE">AGPL-3.0-or-later</license>
<pythonmin>3.6.0</pythonmin>
<url type="website">https://in3d.ca/freegrid-an-open-grid-based-3d-printed-storage-system/</url>
<url branch="main" type="repository">https://github.com/instancezero/in3dca-freegrid</url>
<url type="bugtracker">https://github.com/instancezero/in3dca-freegrid/issues</url>
<url type="readme">https://github.com/instancezero/in3dca-freegrid/blob/main/README.md</url>
<url type="documentation">https://wiki.freecad.org/FreeGrid_Workbench</url>
<url type="discussion">https://forum.freecad.org/viewtopic.php?p=613002</url>
<author>Alan Langford</author>
<tag>storage</tag>
<tag>parametric</tag>
<tag>3d-printing</tag>
<icon>freecad/freegrid/resources/icons/FreeGrid.svg</icon>
<content>
<workbench>
<name>FreeGrid Workbench</name>
<icon>resources/icons/FreeGrid.svg</icon>
<subdirectory>freecad/freegrid</subdirectory>
<classname>FreeGridWorkbench</classname>
</workbench>
</content>
</package>