X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka_Displayio.git/blobdiff_plain/e2e1c5487fa186fd6cbe0ef79e634d6eabf46c73..dbce2fbfa5c147d0b4959947ce53df6d2c638d84:/setup.py diff --git a/setup.py b/setup.py index 0a8fc6b..5e2a025 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Melissa LeBlanc-Williams, written for Adafruit Industries +# +# SPDX-License-Identifier: MIT + """A setuptools based setup module. See: @@ -45,8 +49,7 @@ setup( "Topic :: System :: Hardware", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.4", - "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.7", ], # What does your project relate to? keywords="adafruit blinka circuitpython micropython displayio lcd tft display pitft",