-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
24 lines (22 loc) · 1.01 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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>FCPDWorkbench</name>
<description>A FreeCAD workbench to use Pure-Data as a graphical macro langage.</description>
<version>0.3.0</version>
<maintainer email="[email protected]">Florian Foinant-Willig</maintainer>
<license file="LICENSE">GPLv3</license>
<url type="repository" branch="main">https://github.com/FlachyJoe/FCPDWorkbench</url>
<icon>resources/icons/FCPDLogo.svg</icon>
<content>
<workbench>
<name>FCPDWorkbench</name>
<description>A FreeCAD workbench to use Pure-Data as a graphical macro langage.</description>
<classname>InitGui</classname>
<subdirectory>./</subdirectory>
<icon>resources/icons/FCPDLogo.svg</icon>
<tag>developers</tag>
<version>0.3.0</version>
</workbench>
<depend optional="true" type="python">ikpy</depend>
</content>
</package>