python
api
python/api/setup.py
Go to the documentation of this file.
1
"""Setup file"""
2
3
import
setuptools
4
5
repo_url =
"https://github.com/SICKAG/sick_scan_xd"
6
7
if
__name__ ==
"__main__"
:
8
# with open("README.md", "r", encoding="utf-8") as fh:
9
# long_description = fh.read()
10
11
setuptools.setup(
12
name=
"sick_scan_api"
,
13
python_requires=
">=3.8"
,
14
install_requires=[
15
"numpy"
16
],
17
entry_points={
18
"console_scripts"
: [
19
],
20
},
21
)
sick_scan_xd
Author(s): Michael Lehning
, Jochen Sprickerhof
, Martin Günther
autogenerated on Fri Oct 25 2024 02:47:10