From 09e23a0ec203ad81da666c7ddb7c6beab920feab Mon Sep 17 00:00:00 2001 From: Travis Clarke Date: Sun, 10 Feb 2019 19:13:29 -0800 Subject: [PATCH] continue to include standard python3 classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 211b2a8..577712f 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,7 @@ def open_local(paths, mode="r", encoding="utf8"): packages=setuptools.find_packages(), entry_points={"console_scripts": ["pprintjson=pprintjson.pprintjson:cli"]}, classifiers=( + "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "License :: OSI Approved :: MIT License",