From 4952ef2a9fc3ea1bcbc274d6787a1aa18a3ebd92 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 26 Nov 2014 14:49:39 -0600 Subject: [PATCH] Add explicit version spec --- setup.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.py b/setup.py index f704463..e9b60e9 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,13 @@ setup(name="pytools", 'License :: OSI Approved :: MIT License', 'Natural Language :: English', 'Programming Language :: Python', + 'Programming Language :: Python', + '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', 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Information Analysis', 'Topic :: Scientific/Engineering :: Mathematics', -- GitLab