-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
25 lines (23 loc) · 1.02 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
23
24
25
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>freecad.useful_panel</name>
<description>Freecad addon panel with some useful measuring and batch search/replace/export tools.</description>
<version>0.0.1</version>
<date>2023-01-25</date>
<maintainer email="[email protected]">Alan North</maintainer>
<license file="LICENSE">LGPL-2.1</license>
<dep>scipy</dep>
<url type="repository" branch="develop">https://github.com/alanscodelog/freecad-useful-panel</url>
<url type="bugtracker">https://github.com/alanscodelog/freecad-useful-panel/issues</url>
<url type="documentation">https://github.com/alanscodelog/freecad-useful-panel</url>
<icon>freecad/useful_panel/resources/icon.svg</icon>
<content>
<workbench>
<classname>UsefulPanelWorkbench</classname>
<subdirectory>./</subdirectory>
<freecadmin>0.19</freecadmin>
<tag>tools</tag>
<tag>utilities</tag>
</workbench>
</content>
</package>