forked from camUrban/PteraSoftware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
57 lines (56 loc) · 1.35 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
[metadata]
name = PteraSoftware
version = 2.2.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.5.2, < 4.0.0
numpy >= 1.22.4, < 1.24.0
pyvista >= 0.34.1, < 1.0.0
scipy >= 1.8.1, < 2.0.0
numba >= 0.55.2, < 1.0.0
cmocean >= 2.0.0, < 3.0.0
tqdm >= 4.64.0, < 5.0.0
webp >= 0.1.4, < 1.0.0