forked from ul-gh/PiPyADC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
32 lines (29 loc) · 855 Bytes
/
setup.cfg
File metadata and controls
32 lines (29 loc) · 855 Bytes
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
[metadata]
name = pipyadc
description = Python package for interfacing Texas Instruments ADS1255 and ADS1256 SPI bus based ADCs with the Raspberry Pi
url = https://github.com/ul-gh/PiPyADC
author = Ulrich Lukas
maintainer = Ulrich Lukas
maintainer_email = ul-gh@datenparkplatz.de
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Operating System :: POSIX :: Linux
[options]
python_requires =
>= 3
setup_requires =
versioneer-518
setuptools >= 38.3.0
install_requires =
pigpio
packages = find:
[versioneer]
VCS = git
style = pep440
versionfile_source = pipyadc/_version.py
versionfile_build = pipyadc/_version.py
tag_prefix =
parentdir_prefix = pipyadc-