From e72e5682757a38fb94317d68758b874c61d55dd1 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Wed, 29 Apr 2020 11:56:42 +0100 Subject: [PATCH] Drop Python 2.6 --- library/setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/setup.cfg b/library/setup.cfg index dddc8af..af306be 100644 --- a/library/setup.cfg +++ b/library/setup.cfg @@ -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 -- 2.30.2