-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
58 lines (51 loc) · 1.58 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
# Copyright (C) 2022 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# Released under the terms of the BSD 3-Clause License
[metadata]
name = robot-log-visualizer
description = Visualizer for robot logger
long_description = file: README.md
long_description_content_type = text/markdown
author = Giulio Romualdi
author_email = [email protected]
license = BSD3
license_file = LICENSE
url = https://github.com/ami-iit/robot-log-visualizer
platforms = any
keywords =
robotics
visualization
project_urls =
Changelog = https://github.com/ami-iit/robot-log-visualizer/releases
Tracker = https://github.com/ami-iit/robot-log-visualizer/issues
Source = https://github.com/ami-iit/robot-log-visualizer
classifiers =
Development Status :: 4 - Beta
Operating System :: OS Independent
Topic :: Scientific/Engineering :: Visualization
Topic :: Software Development
Framework :: Robot Framework
Intended Audience :: Developers
Intended Audience :: Science/Research
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3 :: Only
[options]
packages = find:
python_requires = >=3.8
install_requires =
idyntree >= 10.2.0
meshcat
numpy
PyQt5
PyQtWebEngine
pyqtconsole
matplotlib
h5py
include_package_data = True
[options.entry_points]
console_scripts =
robot-log-visualizer = robot_log_visualizer.__main__:main
[options.package_data]
* = *.png, *.svg