Update PyPi classifiers

Sceptre is only tested against Python 2.7 and 3.6. Removing Python
2.6 from PyPi Classifiers for this reason. Also, the `importlib`
package is used and was only (partially) added in Python 2.7.
This commit is contained in:
Niall Grant
2019-01-10 13:56:22 +00:00
parent b122620a89
commit 0370c41607
-1
View File
@@ -81,7 +81,6 @@ setup(
"Intended Audience :: Developers",
"Natural Language :: English",
"Environment :: Console",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6"