-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathmanifest.ini
41 lines (35 loc) · 1.49 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
;***************************************************************************
;* Meta Section *
;* General identification metadata *
;***************************************************************************
[general]
version=0.4
name=CurvesWB
title=Curves
description=Collection of tools mainly dedicated to NURBS curves and surfaces
iconPath=resources/icons/segment_surface.svg
license=LGPL2+
licensePath=LICENSE
authors=Christophe Grellier <cg at grellier.fr>
categories=Geometry
homepage=https://github.com/tomate44/CurvesWB
;***************************************************************************
;* Packages dependencies *
;***************************************************************************
[dependencies]
workbenches=
pylibs=python-numpy
optionalpylibs=python-scipy
external=
;***************************************************************************
;* Install *
;***************************************************************************
[install]
notesPath=README.md
mode=git
checkUpdates=true
;***************************************************************************
;* Git config *
;***************************************************************************
[git]
repository=https://github.com/tomate44/CurvesWB.git