Add deps for noise measurement
[EVA-2020-02-2.git] / library / setup.cfg
... / ...
CommitLineData
1# -*- coding: utf-8 -*-
2[metadata]
3name = enviroplus
4version = 0.0.1
5author = Philip Howard
6author_email = phil@pimoroni.com
7description = Enviro pHAT Plus environmental monitoring add-on for Raspberry Pi"
8long_description = file: README.rst
9keywords = Raspberry Pi
10url = https://www.pimoroni.com
11project_urls =
12 GitHub=https://www.github.com/pimoroni/enviroplus-python
13license = MIT
14# This includes the license file(s) in the wheel.
15# https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
16license_files = LICENSE.txt
17classifiers =
18 Development Status :: 4 - Beta
19 Operating System :: POSIX :: Linux
20 License :: OSI Approved :: MIT License
21 Intended Audience :: Developers
22 Programming Language :: Python :: 2.6
23 Programming Language :: Python :: 2.7
24 Programming Language :: Python :: 3
25 Topic :: Software Development
26 Topic :: Software Development :: Libraries
27 Topic :: System :: Hardware
28
29[options]
30install_requires =
31 pimoroni-bme280
32 pms5003
33 ltr559
34 st7735
35 ads1015
36 sounddevice
37
38[flake8]
39exclude =
40 .tox,
41 .eggs,
42 .git,
43 __pycache__,
44 build,
45 dist
46ignore =
47 E501
48
49[pimoroni]
50py2deps =
51 python-pip
52 python-numpy
53 python-smbus
54 python-pil
55 libportaudio2
56py3deps =
57 python3-pip
58 python3-numpy
59 python3-smbus
60 python3-pil
61 libportaudio2
62configtxt =
63 dtoverlay=pi3-miniuart-bt
64 dtoverlay=adau7002-simple
65commands =
66 printf "Setting up i2c and SPI..\n"
67 raspi-config nonint do_spi 0
68 raspi-config nonint do_i2c 0
69 printf "Setting up serial for PMS5003..\n"
70 raspi-config nonint do_serial 1 # Disable serial terminal over /dev/ttyAMA0
71 raspi-config nonint set_config_var enable_uart 1 $CONFIG # Enable serial port