forked from kbwbe/A2plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
22 lines (20 loc) · 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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>A2plus</name>
<description>Another assembly workbench for FreeCAD, following and extending Hamish's Assembly 2 workbench hence Assembly2plus. The main goal of A2plus is to create a very simple, easy to use, and not over-featured workbench for FreeCAD assemblies. Using the KISS principle: KEEP IT SIMPLE, STUPID</description>
<version>0.4.63</version>
<date>2022-01-24</date>
<maintainer email="[email protected]">kbwbe</maintainer>
<license file="LICENSE">LGPL-2.1-or-later</license>
<url type="repository" branch="master">https://github.com/kbwbe/A2plus</url>
<url type="bugtracker">https://github.com/kbwbe/A2plus/issues</url>
<icon>icons/a2p_Workbench.svg</icon>
<content>
<workbench>
<classname>A2plusWorkbench</classname>
<subdirectory>./</subdirectory>
<tag>assembly</tag>
<freecadmin>0.19</freecadmin>
</workbench>
</content>
</package>