-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.xml
25 lines (23 loc) · 1.1 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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>Beltrami</name>
<description>A workbench for designing turbomachine blades.</description>
<version>1.1-alpha</version>
<maintainer email="[email protected]">Michel Sabourin (Sabm01)</maintainer>
<license file="LICENSE">LGPL-2.1-or-later</license>
<url type="repository" branch="main">https://github.com/Simturb/Beltrami</url>
<url type="bugtracker">https://github.com/Simturb/Beltrami/issues</url>
<url type="readme">https://github.com/Simturb/Beltrami/blob/main/README.md</url>
<url type="documentation">https://https://michelsabourin.scenari-community.org/Outils/Manuel_utilisateur/co/Manuel_utilisateur.html</url>
<icon>Resources/icons/Beltrami_workbench_icon.svg</icon>
<content>
<workbench>
<classname>BeltramiWB</classname>
<subdirectory>./</subdirectory>
<freecadmin>0.21.2</freecadmin>
<tag>curves</tag>
<tag>nurbs</tag>
<depend>Curves workbench</depend>
</workbench>
</content>
</package>