-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
82 lines (76 loc) · 1.84 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[metadata]
name = hippopt
description = HIghly Pythonized Planning and OPTimization framework
long_description = file: README.md
long_description_content_type = text/markdown
author = Stefano Dafarra
author_email = [email protected]
license = BSD-2
license_files = LICENSE
platforms = any
url = https://github.com/ami-iit/hippopt
project_urls =
Changelog = https://github.com/ami-iit/hippopt/releases
Source = https://github.com/ami-iit/hippopt
Tracker = https://github.com/ami-iit/hippopt/issues
keywords =
trajectory
optimization
robots
humanoids
quadrupeds
kinematics
dynamics
contacts
classifiers =
Development Status :: 5 - Production/Stable
Framework :: Robot Framework
Intended Audience :: Science/Research
Intended Audience :: Developers
Intended Audience :: Education
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Operating System :: POSIX :: Linux
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
Topic :: Games/Entertainment :: Simulation
[options]
zip_safe = False
packages = find:
package_dir =
=src
python_requires = >=3.10
install_requires =
casadi
numpy
[options.extras_require]
style =
black
isort
testing=
pytest
robot_planning=
liecasadi
adam-robotics
turnkey_planners=
idyntree
resolve-robotics-uri-py
hdf5storage
visualization=
ffmpeg-python
idyntree
meshcat-python
matplotlib
all =
%(style)s
%(testing)s
%(robot_planning)s
%(turnkey_planners)s
%(visualization)s
[options.packages.find]
where = src