-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
32 lines (21 loc) · 885 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
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>DiscordPresence</name>
<description>Shows FreeCAD Status on discord.</description>
<version>1.0.2</version>
<date>2024-12-09</date>
<maintainer email="[email protected]">Tzur Soffer</maintainer>
<license file="LICENSE">LGPL-2.1-or-later</license>
<url branch="main" type="repository">https://github.com/TzurSoffer/FreecadDiscordPresence</url>
<url type="readme">https://github.com/TzurSoffer/FreecadDiscordPresence/blob/main/README.md</url>
<icon>icons/discord.svg</icon>
<content>
<workbench>
<classname>DiscordPresence</classname>
<subdirectory>./</subdirectory>
<tag>Discord</tag>
<freecadmin>0.19</freecadmin>
<depend>pypresence</depend>
</workbench>
</content>
</package>