From 3dd12d03cd6491912b16a9d9c1c8183fdda9d4b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Sun, 31 Jan 2016 19:57:50 +0200 Subject: [PATCH] Added Python version classifiers to setup.py --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 5bc4e886..9204a5fa 100644 --- a/setup.py +++ b/setup.py @@ -107,6 +107,10 @@ def make_release_tree(self, base_dir, files): 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', + 'Programming Language :: Python', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.4', 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Version Control', 'Topic :: System :: Software Distribution',