-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
setup.cfg
58 lines (57 loc) · 1.38 KB
/
setup.cfg
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[metadata]
name = PteraSoftware
version = 3.0.1
author = Cameron Urban
author_email = [email protected]
license = MIT
description = This is an open-source, unsteady aerodynamics solver for analyzing flapping-wing flight.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/camurban/pterasoftware
project_urls =
Bug Tracker = https://github.com/camurban/pterasoftware/issues
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Physics
License :: OSI Approved :: MIT License
Natural Language :: English
Programming Language :: Python :: 3.8
Operating System :: OS Independent
keywords =
python
uav
simulation
aerospace
computational-biology
cfd
solvers
computational-fluid-dynamics
aerodynamics
aeronautics
potential-flow
vlm
aerospace-engineering
unsteady-flows
aircraft-design
unmanned-aerial-vehicle
ornithopter
ornithology
vortex-lattice-method
pyvista
[options]
packages =
pterasoftware
pterasoftware.airfoils
include_package_data = True
python_requires = >= 3.8.0, < 3.9.0
install_requires =
matplotlib >= 3.7.2, < 4.0.0
numpy >= 1.24.4, < 1.25.0
pyvista >= 0.40.0, < 1.0.0
scipy >= 1.10.1, < 2.0.0
numba >= 0.57.1, < 1.0.0
cmocean >= 3.0.3, < 4.0.0
tqdm >= 4.65.0, < 5.0.0
webp >= 0.1.6, < 1.0.0
PySide2 >= 5.15.2.1, < 6.0.0.0