From 80eb80c3a169eafdf7a2e3e04d63da1167f3adb8 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Mon, 23 Jan 2017 18:25:37 -0800 Subject: [PATCH] Document all supported versions of Python in setup.py --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index d6c4a28..4efc264 100644 --- a/setup.py +++ b/setup.py @@ -43,11 +43,14 @@ setuptools.setup( "Programming Language :: Python", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", + "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', ],