-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsetup.cfg
More file actions
43 lines (40 loc) · 966 Bytes
/
setup.cfg
File metadata and controls
43 lines (40 loc) · 966 Bytes
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
[metadata]
name = modular
version = 0.1.1
author = Edoardo Romiti
author_email = edoardo.romiti@iit.it
description = tool for modular robots urdf srdf ... generation
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ADVRHumanoids/modular
project_urls =
Bug Tracker = https://github.com/ADVRHumanoids/modular/issues
classifiers =
Programming Language :: Python :: 2
Operating System :: OS Independent
[options]
zip_safe = False
package_dir =
= src
# packages=['modular', 'modular.optimization', 'modular.protobuf', 'modular.web']
include-package-data = True
packages = find:
install_requires =
flask
anytree
pyzmq
numpy
future
defusedxml
PyYaml
rospkg
scipy
pin < 3
eigenpy == 3.5
apscheduler
gunicorn
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
robot-design-studio = modular.web.RobotDesignStudio:main