From 6f4508102dff2db380434d7cf2a00a2cc3141731 Mon Sep 17 00:00:00 2001 From: Daniel Harding Date: Thu, 8 Mar 2012 16:42:58 +0000 Subject: Add specific Python version trove classifiers --- setup.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 29763a3..2150fb2 100755 --- a/setup.py +++ b/setup.py @@ -40,6 +40,14 @@ setup(name='dotfiles', 'License :: OSI Approved :: ISC License (ISCL)' 'Natural Language :: English', 'Programming Language :: Python', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.5', + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.0', + 'Programming Language :: Python :: 3.1', + 'Programming Language :: Python :: 3.2', ), scripts=['bin/dotfiles'], ) -- cgit v1.2.3