-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.xml
27 lines (24 loc) · 952 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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>NativeIFC</name>
<description>A FreeCAD module to work with IFC files natively</description>
<version>2023.10.27</version>
<date>2023-10-27</date>
<maintainer email="[email protected]">Yorik van Havre</maintainer>
<license file="LICENSE">GPLv3</license>
<pythonmin>3.0.0</pythonmin>
<url branch="main" type="repository">https://github.com/yorikvanhavre/FreeCAD-NativeIFC</url>
<url type="readme">https://github.com/yorikvanhavre/FreeCAD-NativeIFC/raw/main/README.md</url>
<icon>icons/IFC.svg</icon>
<content>
<workbench>
<depend optional="False" type="python">ifcopenshell</depend>
<icon>icons/IFC.svg</icon>
<subdirectory>./</subdirectory>
<tag>IFC</tag>
<tag>BIM</tag>
<tag>Arch</tag>
<tag>import</tag>
</workbench>
</content>
</package>