-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsetup.cfg
36 lines (33 loc) · 858 Bytes
/
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
[metadata]
name = SimpleHandEye
version = 1.0.0
description = Easy to use and hardware independent Python hand-eye calibration library.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Rooholla-KhorramBakht/SimpleHandEye
author = Rooholla Khorrambakht
author_email = rk4342@nyu.edu
license = MIT
license_file = LICENSE
classifiers =
License :: OSI Approved :: MIT License
[options]
packages = find:
include_package_data = True
install_requires =
opencv-python
pupil_apriltags
ipywidgets
pyrealsense2
[options.extras_require]
doc =
sphinx==4.2.0
myst-parser
nbsphinx
sphinx_book_theme
sphinx-autobuild
sphinx-autoapi
sphinxcontrib-youtube
sphinx_design
# [options.package_data]
# * = unitree_legged_sdk/amd64/*.so, unitree_legged_sdk/arm64/*.so