-
Notifications
You must be signed in to change notification settings - Fork 8
/
setup.cfg
72 lines (65 loc) · 1.94 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
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
[metadata]
name = gym_ignition_models
description = Collection of robot models for the Ignition Gazebo simulator.
long_description = file: README.md
long_description_content_type = text/markdown
author = Diego Ferigo
author_email = dgferigo@gmail.com
license = LGPL
license_file = LICENSE
platforms = any
url = https://github.com/robotology/gym-ignition-models
project_urls =
Changelog = https://github.com/robotology/gym-ignition-models/releases
Tracker = https://github.com/robotology/gym-ignition-models/issues
Source = https://github.com/robotology/gym-ignition-models
keywords =
model
description
urdf
sdf
gazebo
ignition
robot
robotics
panda
icub
simulation
classifiers =
Development Status :: 5 - Production/Stable
Operating System :: POSIX :: Linux
Topic :: Games/Entertainment :: Simulation
Topic :: Scientific/Engineering :: Physics
Framework :: Robot Framework
Intended Audience :: Developers
Intended Audience :: Science/Research
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
[options]
zip_safe = False
packages = find:
package_dir =
=src
python_requires = >=3.7
[options.packages.find]
where = src
[options.package_data]
gym_ignition_models =
meshes/*.*
meshes/**/*.*
meshes/**/**/*.*
*/meshes/*.*
*/meshes/**/*.*
*/meshes/**/**/*.*
*/*.sdf
*/*.urdf
*/model.config