From 8d53e990fdad6ad95a2fa7db01cdfeb8c715fe23 Mon Sep 17 00:00:00 2001 From: Constantine Evans Date: Wed, 21 May 2014 16:38:36 -0700 Subject: [PATCH] oops, add Python 3 to setup.py for PyPI category inclusion. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 85c653f..a8142b6 100755 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ 'License :: OSI Approved :: BSD License', 'Programming Language :: C', 'Programming Language :: Python', + 'Programming Language :: Python :: 3', 'Topic :: Scientific/Engineering', 'Operating System :: OS Independent', ],