forked from oddtopus/dodo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
20 lines (18 loc) · 835 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>Dodo</name>
<description>A set of commands and objects that help to speed-up the drawing of frames and pipelines. Py3/Qt5 port of flamingo.</description>
<version>1.0.1</version>
<maintainer email="unknown">Riccardo Treu (oddtopus)</maintainer>
<license file="LICENSE">LGPLv3</license>
<url type="repository" branch="master">https://github.com/oddtopus/dodo</url>
<url type="readme">https://github.com/oddtopus/dodo/blob/master/README.md</url>
<url type="bugtracker">https://github.com/oddtopus/dodo/issues</url>
<icon>iconz/dodo.svg</icon>
<content>
<workbench>
<classname>dodo</classname>
<subdirectory>./</subdirectory>
</workbench>
</content>
</package>