-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.xml
22 lines (21 loc) · 946 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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>Reinforcement</name>
<description>A workbench that provides tools for Reinforcement Generation and its Detailing.</description>
<version>v0.3</version>
<maintainer email="[email protected]">Amritpal Singh (amrit3701)</maintainer>
<license>LGPL-2.1-or-later</license>
<url type="repository" branch="master">https://github.com/amrit3701/FreeCAD-Reinforcement</url>
<icon>icons/Reinforcement.svg</icon>
<content>
<workbench>
<classname>ReinforcementWorkbench</classname>
<subdirectory>./</subdirectory>
<url type="documentation">https://wiki.freecadweb.org/Reinforcement_Workbench</url>
<url type="website">https://www.patreon.com/amrit3701</url>
<tag>rebar</tag>
<tag>reinforcement</tag>
<tag>detailing</tag>
</workbench>
</content>
</package>