Update package.xml
This commit is contained in:
parent
840f0c7b54
commit
8b056948b0
15
package.xml
15
package.xml
|
@ -1,27 +1,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.1.0</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>
|
||||
<icon>Tango-System-search.svg</icon>
|
||||
|
||||
<depend type="python">lxml</depend>
|
||||
<content>
|
||||
<workbench>
|
||||
<name>SearchBar</name>
|
||||
<description>Adds a search bar widget for tools, document objects, and preferences</description>
|
||||
<classname></classname>
|
||||
<icon>Tango-System-search.svg</icon>
|
||||
<subdirectory>./</subdirectory>
|
||||
<tag>search</tag>
|
||||
<tag>widget</tag>
|
||||
<tag>ui/ux</tag>
|
||||
<version>0.1.0</version>
|
||||
</workbench>
|
||||
</content>
|
||||
|
||||
</package>
|
||||
|
|
Loading…
Reference in New Issue
Block a user