From 3f68a5f43639089be29a19b8e460a6bf97ec0b71 Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar Date: Mon, 9 Nov 2015 18:40:35 +1100 Subject: Add Python 3 trove classifier. This is so that tools like https://github.com/brettcannon/caniusepython3 work properly. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4e816f7..1ab5a3b 100644 --- a/setup.py +++ b/setup.py @@ -21,5 +21,6 @@ supports both textual and MIME-type output. 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', + 'Programming Language :: Python :: 3', ], ) -- cgit v1.2.1