-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
45 lines (40 loc) · 945 Bytes
/
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
[metadata]
name = codesign-morphing-drones
description = repository to reproduce the results of the paper "Co-Design Optimisation of Morphing Topology and Control of Winged Drones"
author = "Fabio Bergonti"
author_email = fabio.bergonti@iit.it
url = https://github.com/ami-iit/paper_bergonti_2024_icra_codesign-morphing-drones
version = 0.0.1
keywords =
robotics
codesign
aerodynamics
morphing
[options]
packages = find:
package_dir =
= src
python_requires = >=3.8
install_requires =
pandas
casadi
matplotlib
seaborn
numpy
adam-robotics[casadi]
liecasadi
toml
rospkg
catkin_pkg
odio_urdf@git+https://github.com/hauptmech/odio_urdf.git
scipy
scikit-learn
deap
shapely
[options.packages.find]
where = src
[options.extras_require]
test =
black
[tool:pytest]
addopts = --capture=no --verbose