-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.xml
32 lines (20 loc) · 1010 Bytes
/
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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>Taack PLM</name>
<description>This workbench contains tools to interact with Taack Plm Intranet server app you can find under the https://github.com/Taack/plm </description>
<version>2024.5.14</version>
<date>2024-05-14</date>
<maintainer email="[email protected]">Adrien GUICHARD</maintainer>
<license file="LICENSE">GPL-2.0-or-later</license>
<url branch="main" type="repository">https://github.com/Taack/taack-plm-freecad</url>
<url type="readme">https://github.com/Taack/taack-plm-freecad/blob/main/README.md</url>
<url type="discussion">https://forum.freecad.org/viewtopic.php?t=75937</url>
<icon>icons/logo_taack.svg</icon>
<content>
<workbench>
<classname>TaackPLMWorkbench</classname>
<subdirectory>./</subdirectory>
<depend type="python">python-protobuf</depend>
</workbench>
</content>
</package>