From dbcba85815d2380645bc2329a6c13adce90af4a3 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Mon, 10 Mar 2014 15:16:43 -0700 Subject: [PATCH] Properly declare Python 3 compatibility. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index c5c5741..500093a 100644 --- a/setup.py +++ b/setup.py @@ -65,6 +65,8 @@ setup( 'Operating System :: MacOS', 'Operating System :: Unix', 'Programming Language :: Python', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 3', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Internet', 'Topic :: Scientific/Engineering',