-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.xml
37 lines (24 loc) · 1.08 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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>Frame and beams workbench</name>
<description>A workbench for beams and frames</description>
<version>0.1.1</version>
<date>2023-08-08</date>
<maintainer email="[email protected]">looooo</maintainer>
<license file="LICENSE">LGPL-2.1-or-later</license>
<url branch="master" type="repository">https://github.com/looooo/freecad.frametools</url>
<url type="bugtracker">https://github.com/looooo/freecad.frametools/issues</url>
<url type="readme">https://github.com/looooo/freecad.frametools/blob/master/README.md</url>
<url type="documentation">https://github.com/looooo/freecad.frametools</url>
<icon>freecad/frametools/icons/beam.svg</icon>
<content>
<workbench>
<freecadmin>0.19.0</freecadmin>
<depend optional="False" type="automatic">scipy</depend>
<tag>frame</tag>
<tag>beam</tag>
<classname>FrameWorkbench</classname>
<subdirectory>./</subdirectory>
</workbench>
</content>
</package>