X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02-2.git/blobdiff_plain/ed4217909965d719a8c5c61f0a3dcb0c9770a6e4..3905a56d4fce040f05b3e37a8771581f45d6c828:/library/setup.cfg?ds=inline diff --git a/library/setup.cfg b/library/setup.cfg index c8a3ace..c59250c 100644 --- a/library/setup.cfg +++ b/library/setup.cfg @@ -1,10 +1,10 @@ # -*- coding: utf-8 -*- [metadata] name = enviroplus -version = 0.0.2 +version = 0.0.3 author = Philip Howard author_email = phil@pimoroni.com -description = Enviro pHAT Plus environmental monitoring add-on for Raspberry Pi" +description = Enviro pHAT Plus environmental monitoring add-on for Raspberry Pi long_description = file: README.rst keywords = Raspberry Pi url = https://www.pimoroni.com @@ -19,7 +19,6 @@ classifiers = 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 @@ -27,17 +26,19 @@ classifiers = Topic :: System :: Hardware [options] +packages = enviroplus install_requires = pimoroni-bme280 pms5003 ltr559 st7735 ads1015 - fonts - font-roboto - astral - pytz + fonts + font-roboto + astral + pytz sounddevice + paho-mqtt [flake8] exclude = @@ -56,12 +57,18 @@ py2deps = python-numpy python-smbus python-pil + python-cffi + python-spidev + python-rpi.gpio libportaudio2 py3deps = python3-pip python3-numpy python3-smbus python3-pil + python3-cffi + python3-spidev + python3-rpi.gpio libportaudio2 configtxt = dtoverlay=pi3-miniuart-bt