forked from davesrocketshop/Rocket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
31 lines (26 loc) · 1.04 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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>Rocket</name>
<description>A workbench for designing model rockets.</description>
<version>4.0.1</version>
<date>2024-11-04</date>
<maintainer email="[email protected]">David Carter</maintainer>
<license file="LICENSE">LGPL-2.1-or-later</license>
<url type="repository" branch="master">https://github.com/davesrocketshop/Rocket</url>
<icon>Resources/icons/RocketWorkbench.svg</icon>
<freecadmin>1.0</freecadmin>
<content>
<workbench>
<classname>RocketWorkbench</classname>
<subdirectory>./</subdirectory>
<tag>rocket</tag>
<!-- Required by the atmospheric model -->
<depend>numpy</depend>
<depend>Fem</depend>
<depend>Material</depend>
<depend>matplotlib</depend>
<!-- Optional install of 3rd-party CfdOF workbench if utilizing CFD studies -->
<depend type="addon" optional="true">CfdOF</depend>
</workbench>
</content>
</package>