forked from PRBonn/kiss-icp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
28 lines (28 loc) · 958 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
[metadata]
name = kiss_icp
version = 0.1.2
author = Ignacio Vizzo
author_email = [email protected]
description = Simple yet effective 3D LiDAR-Odometry registration pipeline
long_description = file:README.md,
long_description_content_type = text/markdown
url = https://github.com/PRBonn/kiss-icp
license = MIT
license_files = LICENSE
keywords = SLAM, LiDAR, Odometry, Localization,
classifiers =
Operating System :: Unix
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Programming Language :: C++
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Other Audience
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License