Adds mqtt example (#68)
[EVA-2020-02-2.git] / library / setup.cfg
index 83f89fa1bd20e2de7bc937eba9c01b29d14f9421..c59250c87cb4f9fd06fe6d2a688ada8824b12214 100644 (file)
@@ -4,7 +4,7 @@ name = enviroplus
 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,6 +26,7 @@ classifiers =
        Topic :: System :: Hardware
 
 [options]
+packages = enviroplus
 install_requires =
        pimoroni-bme280
        pms5003
@@ -38,6 +38,7 @@ install_requires =
        astral
        pytz
        sounddevice
+       paho-mqtt
 
 [flake8]
 exclude =
@@ -56,6 +57,7 @@ py2deps =
        python-numpy
        python-smbus
        python-pil
+       python-cffi
        python-spidev
        python-rpi.gpio
        libportaudio2
@@ -64,6 +66,7 @@ py3deps =
        python3-numpy
        python3-smbus
        python3-pil
+       python3-cffi
        python3-spidev
        python3-rpi.gpio
        libportaudio2