From 020ba4145cc1d0c4fffbcb5925678b9368c08f3f Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Thu, 7 Jan 2016 23:22:31 +0100 Subject: [PATCH] DOC add python version information to setup --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index a3e5d84..a68987d 100755 --- a/setup.py +++ b/setup.py @@ -56,6 +56,10 @@ setup( 'Operating System :: GNU/Linux', 'Intended Audience :: Developers', 'Programming Language :: Python', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.4', 'Topic :: System :: Peripherals', 'Topic :: Software Development :: Libraries :: Python Modules', ],