-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
21 lines (18 loc) · 875 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>FrameForge</name>
<description>FrameForge is dedicated for creating Frames and Beams, and apply operations (miter cuts, trim cuts) on these profiles.</description>
<version>0.1.2</version>
<date>2025-01-13</date>
<maintainer email="[email protected]">Vivien Henry</maintainer>
<license file="LICENSE">LGPLv3</license>
<url branch="main" type="repository">https://github.com/lukh/frameforge.git</url>
<url type="readme">https://github.com/lukh/frameforge.git/-/raw/main/README.md</url>
<icon>freecad/frameforge/resources/icons/metalwb.svg</icon>
<content>
<workbench>
<classname>FrameForge</classname>
<subdirectory>freecad/frameforge</subdirectory>
</workbench>
</content>
</package>