-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.xml
More file actions
35 lines (24 loc) · 1.05 KB
/
package.xml
File metadata and controls
35 lines (24 loc) · 1.05 KB
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
33
34
35
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>OpenStudio_Workbench</name>
<description>Workbench for Creating OpenStudio required data</description>
<version>0.1.4</version>
<date>2025-08-02</date>
<maintainer email="ipad2@sloan-home.co.uk">Keith Sloan</maintainer>
<license file="LICENSE">GPL-2.0</license>
<url branch="main" type="repository">https://github.com/KeithSloan/OpenStudioWorkBench</url>
<url type="readme">https://github.com/KeithSloan/OpenStudioWorkBench/blob/main/README.md</url>
<icon>freecad/openStudioWorkBench/Resources/icons/openStudiologo.svg</icon>
<content>
<workbench>
<freecadmin>0.19.0</freecadmin>
<depend>lxml</depend>
<depend>eppy</depend>
<depend>xgbxml</depend>
<depend>openstudio</depend>
<icon>freecad/openStudio/Resources/icons/openStudiologo.svg</icon>
<classname>OpenStudio_Workbench</classname>
<subdirectory>./</subdirectory>
</workbench>
</content>
</package>