-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.xml
More file actions
19 lines (19 loc) · 861 Bytes
/
Copy pathpackage.xml
File metadata and controls
19 lines (19 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>Scan2Sketch</name>
<description>Calibrated flatbed scans to validated FreeCAD sketches.</description>
<version>0.3.0-beta.8</version>
<date>2026-08-04</date>
<maintainer>Jayktopus</maintainer>
<license file="LICENSE">GPL-3.0-or-later</license>
<url type="repository" branch="main">https://github.com/Jayktopus/Scan2Sketch-OpenSource</url>
<url type="bugtracker">https://github.com/Jayktopus/Scan2Sketch-OpenSource/issues</url>
<url type="readme">https://github.com/Jayktopus/Scan2Sketch-OpenSource/blob/main/README.md</url>
<content>
<workbench>
<name>Scan2Sketch</name>
<classname>Scan2SketchWorkbench</classname>
<subdirectory>.</subdirectory>
</workbench>
</content>
</package>