-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathsetup.cfg
46 lines (43 loc) · 1.12 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[metadata]
name = piksi_tools
description = Python tools for the Piksi GNSS receiver.
long_description = file: README.rst
author = Swift Navigation, Inc.
author_email = [email protected]
url = https://github.com/swift-nav/piksi_tools
license = BSD 3-Clause License
classifiers =
Intended Audience :: Developers
Intended Audience :: Science/Research
Operating System :: POSIX :: Linux
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Programming Language :: Python
Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
Topic :: Software Development :: Libraries :: Python Modules
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
[wheel]
universal = 1
[options]
packages = find:
install_requires =
numpy
configparser
pyserial
six
monotonic
PyYAML
libsettings
sbp
[options.extras_require]
test =
pytest
pytest-faulthandler
ftdi =
pylibftdi
settings =
jinja2