-
Notifications
You must be signed in to change notification settings - Fork 439
/
setup.cfg
28 lines (28 loc) · 1.14 KB
/
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]
long_description = file: README.rst
long_description_content_type = text/x-rst
project_urls =
Ouster SDK Documentation = https://static.ouster.dev/sdk-docs/index.html
Bug Tracker = https://github.com/ouster-lidar/ouster-sdk/issues
Ouster Customer Support = https://ouster.atlassian.net/servicedesk/customer/portal/8
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Science/Research
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: Unix
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Software Development :: Libraries
Topic :: System :: Hardware :: Hardware Drivers
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Image Processing