pimoroni / bme280-python

Python library for the BME280 temperature, pressure and humidity sensor
https://shop.pimoroni.com/products/bme280-breakout
MIT License
64 stars 25 forks source link

Migrate to setup.cfg based install #7

Closed Gadgetoid closed 3 years ago

Gadgetoid commented 4 years ago

This should address #5 by moving to our newer setup.cfg-based install procedure which has been road-tested on EnviroPlus.

The new approach uses a generic install.sh that reads config sections from setup.cfg in order to install pre-requisites and enable required interfaces.