-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.xml
21 lines (19 loc) · 907 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>OSAFE</name>
<description>This is a workbench for FreeCAD that creates foundation model from CSI ETABS model results.</description>
<version>2022.05.29</version>
<maintainer email="[email protected]">Raeyat Roknabadi Ebrahim</maintainer>
<license file="LICENSE">LGPL-2.1-or-later</license>
<url type="repository" branch="master">https://github.com/ebrahimraeyat/OSAFE</url>
<url type="website">https://github.com/ebrahimraeyat/OSAFE/wiki</url>
<icon>osafe_images/safe.png</icon>
<content>
<workbench>
<classname>OSAFE</classname>
<subdirectory>./</subdirectory>
<depend type="python" optional="False">comtypes</depend>
<depend type="python" optional="False">etabs-api</depend>
<depend type="python" optional="True">pydocx</depend>
</workbench>
</content>
</package>