Packaging fixes from boilerplate
[EVA-2020-02-2.git] / library / setup.cfg
CommitLineData
ab1eb580 1# -*- coding: utf-8 -*-
ad2060db 2[metadata]
ab1eb580
PH
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
ad2060db
PH
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
ab1eb580
PH
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
ad2060db 28
651e1c20
PH
29[flake8]
30exclude =
31 .tox,
32 .eggs,
33 .git,
34 __pycache__,
35 build,
36 dist
37ignore =
38 E501
ab1eb580
PH
39
40[pimoroni]
41py2deps =
143f413c
PH
42 python-numpy
43 python-smbus
22ad8589 44 python-pil
ab1eb580 45py3deps =
143f413c
PH
46 python3-numpy
47 python3-smbus
22ad8589 48 python3-pil
ab1eb580 49configtxt =
9de0da39 50 dtoverlay=pi3-miniuart-bt
ab1eb580
PH
51commands =
52 printf "Setting up i2c and SPI..\n"
53 raspi-config nonint do_spi 0
54 raspi-config nonint do_i2c 0
55 printf "Setting up serial for PMS5003..\n"
56 raspi-config nonint do_serial 1 # Disable serial terminal over /dev/ttyAMA0
57 raspi-config nonint set_config_var enable_uart 1 $CONFIG # Enable serial port