From 014d38fa3633c2a7f2c79a7ba05ee5fd6a33b5e1 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 7 Jan 2017 16:31:19 +0100 Subject: [PATCH] Add trove classifiers for Python Document the Python versions that we expect this to work with which include Python 2.7 and Python 3.5. Change-Id: I66d515b9f527c8741b022020d136643159a159f2 --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.cfg b/setup.cfg index 45300b9c..4d9dd788 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,6 +12,11 @@ classifier = Intended Audience :: System Administrators License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux + Programming Language :: Python + Programming Language :: Python :: 2 + Programming Language :: Python :: 2.7 + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.5 Topic :: Documentation [global]