-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
26 lines (24 loc) · 862 Bytes
/
pyproject.toml
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
[build-system]
requires = [
"setuptools",
"setuptools_scm",
"pybind11>=2.5.0"
]
build-backend = "setuptools.build_meta"
[project]
name = "ur_rtde"
version = "1.5.9"
authors = [{name = "Anders Prier Lindvig", email = "[email protected]"}]
maintainers = [{name = "Anders Prier Lindvig", email = "[email protected]"}]
description = "A Python interface for controlling and receiving data from a UR robot using the Real-Time Data Exchange (RTDE) interface of the robot."
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
readme = "README.md"
license = {file = "LICENSE"}
[project.urls]
Homepage = "https://gitlab.com/sdurobotics/ur_rtde"
Documentation = "https://sdurobotics.gitlab.io/ur_rtde/"
Repository = "https://gitlab.com/sdurobotics/ur_rtde.git"