-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
22 lines (21 loc) · 920 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>Freecad-wakatime</name>
<description>A simple freecad wakatime extension.</description>
<version>0.2.0</version>
<date>2025-1-17</date>
<license file="LICENSE">LGPL-2.1-or-later</license>
<url branch="main" type="repository">https://github.com/Pegoku/freecad-wakatime.git</url>
<url type="bugtracker">https://github.com/Pegoku/freecad-wakatime/issues</url>
<url type="readme">https://github.com/Pegoku/freecad-wakatime/blob/main/README.md</url>
<author email="[email protected]">Pegoku</author>
<maintainer email="[email protected]">Pegoku</maintainer>
<tag>wakatime</tag>
<content>
<workbench>
<classname>freecad-wakatime</classname>
<icon>resources/logo.svg</icon>
<depend>wakatime-cli</depend>
</workbench>
</content>
</package>