feat(examples/a): Add absolute dew point temperature display mode
[EVA-2020-02-2.git] / library / setup.cfg
... / ...
CommitLineData
1# -*- coding: utf-8 -*-
2[metadata]
3name = enviroplus
4version = 0.0.3
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.7
23 Programming Language :: Python :: 3
24 Topic :: Software Development
25 Topic :: Software Development :: Libraries
26 Topic :: System :: Hardware
27
28[options]
29packages = enviroplus
30install_requires =
31 pimoroni-bme280
32 pms5003
33 ltr559
34 st7735
35 ads1015
36 fonts
37 font-roboto
38 astral
39 pytz
40 sounddevice
41 paho-mqtt
42
43[flake8]
44exclude =
45 .tox,
46 .eggs,
47 .git,
48 __pycache__,
49 build,
50 dist
51ignore =
52 E501
53
54[pimoroni]
55py2deps =
56 python-pip
57 python-numpy
58 python-smbus
59 python-pil
60 python-cffi
61 python-spidev
62 python-rpi.gpio
63 libportaudio2
64py3deps =
65 python3-pip
66 python3-numpy
67 python3-smbus
68 python3-pil
69 python3-cffi
70 python3-spidev
71 python3-rpi.gpio
72 libportaudio2
73configtxt =
74 dtoverlay=pi3-miniuart-bt
75 dtoverlay=adau7002-simple
76commands =
77 printf "Setting up i2c and SPI..\n"
78 raspi-config nonint do_spi 0
79 raspi-config nonint do_i2c 0
80 printf "Setting up serial for PMS5003..\n"
81 raspi-config nonint do_serial 1 # Disable serial terminal over /dev/ttyAMA0
82 raspi-config nonint set_config_var enable_uart 1 $CONFIG # Enable serial port