Skip to content

Commit

Permalink
Create package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
chennes authored Dec 31, 2021
1 parent 007d18b commit 4d03da6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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.0</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>

0 comments on commit 4d03da6

Please sign in to comment.