-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.xml
26 lines (26 loc) · 1.21 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1">
<name>Animation FreeCAD</name>
<description>The FreeCAD Animation workbench allows users to animate any object easily through visual scripting Nodes thanks to PyFlow.</description>
<version>1.0-beta</version>
<date>2022-04-30</date>
<license file="LICENSE">Apache-2.0</license>
<url type="repository" branch="main">https://github.com/QuentinTournier40/AnimationFreeCAD</url>
<url type="readme">https://github.com/QuentinTournier40/AnimationFreeCAD/blob/main/README.md</url>
<maintainer email="[email protected]">Quentin Tournier</maintainer>
<maintainer email="[email protected]">Andréas Cottet</maintainer>
<author email="[email protected]">Quentin Tournier</author>
<author email="[email protected]">Andréas Cottet</author>
<icon>icons/clapCinema.svg</icon>
<content>
<workbench>
<classname>AnimationFreeCAD</classname>
<subdirectory>./</subdirectory>
<freecadmin>0.19</freecadmin>
<!-- Python package dependencies !-->
<depend eq="1.4.0">blinker</depend>
<depend eq="0.18.1">docutils</depend>
<depend eq="1.4">nine</depend>
</workbench>
</content>
</package>