This repository has been archived by the owner on Dec 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
manifest.ini
44 lines (38 loc) · 1.6 KB
/
manifest.ini
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
;***************************************************************************
;* Meta Section *
;* General identification metadata *
;***************************************************************************
[general]
version=0.1
name=ExtMan
title=Extension Manager
description=Search, Install, Update Extensions
iconPath=resources/icons/ExtManWorkbench.svg
license=LGPL2+
licensePath=LICENSE
authors=Frank Martinez <mnesarco at gmail.com>
categories=Core
homepage=https://github.com/mnesarco/FreeCAD_ExtMan
;***************************************************************************
;* Packages dependencies *
;***************************************************************************
[dependencies]
workbenches=
pylibs=python3-pyside2.qtwebchannel,\
python3-pyside2.qtnetwork,\
python3-pyside2.qtwebenginecore,\
python3-pyside2.qtwebenginewidgets
optionalpylibs=
external=
;***************************************************************************
;* Install *
;***************************************************************************
[install]
notesPath=INSTALL.md
mode=git
checkUpdates=true
;***************************************************************************
;* Git config *
;***************************************************************************
[git]
repository=https://github.com/mnesarco/FreeCAD_ExtensionManager.git