-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathsetup.cfg
More file actions
38 lines (29 loc) · 754 Bytes
/
setup.cfg
File metadata and controls
38 lines (29 loc) · 754 Bytes
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
[metadata]
name = SONATA
version = 0.3.6
author = Tobias Pflumm
author_email = tobias.pflumm@tum.de
maintainer = Tobias Pflumm
maintainer_email = tobias.pflumm@tum.de
platforms = Linux
license = MIT
url = https://gitlab.lrz.de/rfeil/SONATA
# url = https://gitlab.lrz.de/gu32kij/SONATA
#download_url = https://gitlab.lrz.de/gu32kij/SONATA
description = Multidiciplinary Rotor Blade Design Environment for Structural Optimization and Aeroelastic Analysis
long_description = file: README.md
long_descriptison_content_type = text/markdown
keywords =
Helicopter
Rotor Blade
OpenMdao
Preprocessor
SONATA
VABS
[options]
packages = find:
[tool:pytest]
addopts = --doctest-modules
[pydocstyle]
convention=numpy
match_dir = SONATA