forked from robotology/idyntree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
52 lines (47 loc) · 1.46 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
[metadata]
name = idyntree
description = Multibody Dynamics Library designed for Free Floating Robots.
long_description = file: README.md
long_description_content_type = text/markdown
author = Diego Ferigo
author_email = [email protected]
license = BSD-3-Clause
platforms = any
url = https://github.com/robotology/idyntree
project_urls =
Tracker = https://github.com/robotology/idyntree/issues
Documentation = https://robotology.github.io/idyntree/master/
Source = https://github.com/robotology/idyntree
keywords =
robotics
dynamics
free-floating
floating-base
robot
robotic-library
multibody-dynamics
classifiers =
Development Status :: 5 - Production/Stable
Operating System :: POSIX :: Linux
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Framework :: Robot Framework
Intended Audience :: Education
Intended Audience :: Developers
Intended Audience :: Science/Research
Programming Language :: C++
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
License :: OSI Approved :: BSD License
[options]
zip_safe = False
python_requires = >=3.6
install_requires =
numpy
[options.entry_points]
console_scripts =
idyntree-model-info = idyntree.bin.__main__:main