Skip to content

Commit

Permalink
Merge pull request #14 from chennes/addPackageMetadata
Browse files Browse the repository at this point in the history
Create package.xml
  • Loading branch information
oddtopus committed Oct 15, 2022
2 parents a3cf5d6 + 4d03da6 commit 6592b9a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.xml
@@ -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 6592b9a

Please sign in to comment.