forked from SuzanneSoy/SearchBar
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
34 lines (23 loc) · 915 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
33
34
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>SearchBar</name>
<description>Adds a search bar widget for tools, document objects, and preferences</description>
<version>1.3.3</version>
<date>2022-06-01</date>
<maintainer>Paul Ebbers</maintainer>
<license file="LICENSE">CCOv1</license>
<url type="repository" branch="main">https://github.com/APEbbers/SearchBar</url>
<url type="bugtracker">https://github.com/APEbbers/SearchBar/issues</url>
<url type="documentation">https://github.com/APEbbers/SearchBar</url>
<depend type="python">lxml</depend>
<content>
<workbench>
<name>SearchBar</name>
<icon>Tango-System-search.svg</icon>
<subdirectory>./</subdirectory>
<tag>search</tag>
<tag>widget</tag>
<tag>ui/ux</tag>
</workbench>
</content>
</package>