From b8aab10d5f7c6d07390f8e89e70e76135f40978d Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Wed, 20 Feb 2013 22:50:12 +0100 Subject: [PATCH] setup.py: add classifiers for Python 2/3 compatibility --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index f3131cc..82877e1 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,8 @@ setup( "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", + "Programming Language :: Python :: 2", + "Programming Language :: Python :: 3", "Topic :: Software Development", "Topic :: Utilities", ],