Switch to v2 installer
[EVA-2020-02-2.git] / library / setup.cfg
index 5f24723e20c6351654994325c33fe8392421fe13..9a3a72787457f71586278d750ba7f9dc9bf9987d 100644 (file)
@@ -1,7 +1,30 @@
+# -*- coding: utf-8 -*-
 [metadata]
+name = enviroplus
+version = 0.0.1
+author = Philip Howard
+author_email = phil@pimoroni.com
+description = Enviro pHAT Plus environmental monitoring add-on for Raspberry Pi"
+long_description = file: README.rst
+keywords = Raspberry Pi
+url = https://www.pimoroni.com
+project_urls =
+       GitHub=https://www.github.com/pimoroni/enviroplus-python
+license = MIT
 # This includes the license file(s) in the wheel.
 # https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
 license_files = LICENSE.txt
+classifiers =
+       Development Status :: 4 - Beta
+       Operating System :: POSIX :: Linux
+       License :: OSI Approved :: MIT License
+       Intended Audience :: Developers
+       Programming Language :: Python :: 2.6
+       Programming Language :: Python :: 2.7
+       Programming Language :: Python :: 3
+       Topic :: Software Development
+       Topic :: Software Development :: Libraries
+       Topic :: System :: Hardware
 
 [flake8]
 exclude =
@@ -13,3 +36,16 @@ exclude =
        dist
 ignore =
        E501
+
+[pimoroni]
+py2deps =
+py3deps =
+configtxt =
+       dtoverlay=pi3-miniuart-bt # for Enviro+
+commands =
+       printf "Setting up i2c and SPI..\n"
+       raspi-config nonint do_spi 0
+       raspi-config nonint do_i2c 0
+       printf "Setting up serial for PMS5003..\n"
+       raspi-config nonint do_serial 1                                 # Disable serial terminal over /dev/ttyAMA0
+       raspi-config nonint set_config_var enable_uart 1 $CONFIG        # Enable serial port