Move package and requires to setup.cfg
[EVA-2020-02-2.git] / library / setup.cfg
index 362646dc46c7fed964cc06f098685fab0b69e927..dddc8afd284b2f79dc7c71af65c5402cf0012584 100644 (file)
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 [metadata]
 name = enviroplus
 # -*- coding: utf-8 -*-
 [metadata]
 name = enviroplus
-version = 0.0.1
+version = 0.0.3
 author = Philip Howard
 author_email = phil@pimoroni.com
 description = Enviro pHAT Plus environmental monitoring add-on for Raspberry Pi"
 author = Philip Howard
 author_email = phil@pimoroni.com
 description = Enviro pHAT Plus environmental monitoring add-on for Raspberry Pi"
@@ -27,16 +27,17 @@ classifiers =
        Topic :: System :: Hardware
 
 [options]
        Topic :: System :: Hardware
 
 [options]
+packages = enviroplus
 install_requires =
        pimoroni-bme280
        pms5003
        ltr559
        st7735
        ads1015
 install_requires =
        pimoroni-bme280
        pms5003
        ltr559
        st7735
        ads1015
-  fonts
-  font-roboto
-  astral
-  pytz
+       fonts
+       font-roboto
+       astral
+       pytz
        sounddevice
 
 [flake8]
        sounddevice
 
 [flake8]
@@ -56,12 +57,16 @@ py2deps =
        python-numpy
        python-smbus
        python-pil
        python-numpy
        python-smbus
        python-pil
+       python-spidev
+       python-rpi.gpio
        libportaudio2
 py3deps =
        python3-pip
        python3-numpy
        python3-smbus
        python3-pil
        libportaudio2
 py3deps =
        python3-pip
        python3-numpy
        python3-smbus
        python3-pil
+       python3-spidev
+       python3-rpi.gpio
        libportaudio2
 configtxt =
        dtoverlay=pi3-miniuart-bt
        libportaudio2
 configtxt =
        dtoverlay=pi3-miniuart-bt