+# -*- coding: utf-8 -*-
+[metadata]
+name = enviroplus
+version = 0.0.2
+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
+
+[options]
+install_requires =
+ pimoroni-bme280
+ pms5003
+ ltr559
+ st7735
+ ads1015
+ fonts
+ font-roboto
+ astral
+ pytz
+ sounddevice
+