add package.xml
This commit is contained in:
20
package.xml
Normal file
20
package.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
|
||||
<name>freecad.gears workbench</name>
|
||||
<description>A gear workbench for FreeCAD</description>
|
||||
<version>1.0</version>
|
||||
<date>2022-02-07</date>
|
||||
<maintainer email="sppedflyer@gmail.com">looooo</maintainer>
|
||||
<license file="LICENSE">GPL 3</license>
|
||||
<url type="repository" branch="develop">https://github.com/looooo/freecad.gears</url>
|
||||
<icon>freecad/gears/icons/gearworkbench.svg</icon> <!-- If you include your icon here, you don't have to submit it to the main FreeCAD repo -->
|
||||
|
||||
<content>
|
||||
<workbench>
|
||||
<classname>GearWorkbench</classname>
|
||||
<subdirectory>./</subdirectory>
|
||||
<freecadmin>0.19</freecadmin>
|
||||
</workbench>
|
||||
</content>
|
||||
|
||||
</package>
|
||||
Reference in New Issue
Block a user