-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathMANIFEST.in
More file actions
41 lines (35 loc) · 1.65 KB
/
MANIFEST.in
File metadata and controls
41 lines (35 loc) · 1.65 KB
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.0.1
name=StructureTools
title=StructureTools
description=This is a workbench for FreeCAD that implements a set of tools for modeling and analyzing structural stresses, similar to analysis software such as SAP2000, Cype3D, SkyCiv, EdiLus, among many others.
iconPath=freecad/StructureTools/resources/icone.svg
license=LGPL-3.0-or-later
licensePath=LICENSE
authors=Maykow Menezes
categories=Structure
homepage=https://github.com/maykowsm/StructureTools
;***************************************************************************
;* 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/maykowsm/StructureTools.git