forked from PRBonn/vdbfusion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
30 lines (28 loc) · 881 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
[metadata]
name=vdbfusion
author = Ignacio Martin Vizzo (aka Nacho) and Cyrill Stachniss
license_files = LICENSE.txt
version=0.1.6
description=3D Volumetric Surface Reconstruction using the VDB data structure
long_description=file:README.md,
long_description_content_type=text/markdown
keywords = TSDF, Mapping, SLAM, LiDAR, Odometry, Localization,
classifiers =
License :: OSI Approved :: MIT License
Operating System :: Unix
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[options]
packages = find:
install_requires =
numpy
[options.extras_require]
test =
pytest