From 3ef64d93afeb716d4c219d0b1eb0b944b49b1918 Mon Sep 17 00:00:00 2001 From: jab Date: Tue, 30 Sep 2014 11:54:30 -0400 Subject: [PATCH] improve trove classifiers --- setup.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 685c56d..158cac4 100644 --- a/setup.py +++ b/setup.py @@ -16,9 +16,14 @@ setup( 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: ISC License (ISCL)', - 'Operating System :: OS Independent', - 'Programming Language :: Python', - 'Topic :: Software Development :: Libraries :: Python Modules', 'Natural Language :: English', + 'Operating System :: OS Independent', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: Implementation :: CPython', + 'Programming Language :: Python :: Implementation :: PyPy', + 'Topic :: Scientific/Engineering :: Mathematics', + 'Topic :: Software Development :: Libraries :: Python Modules', ], )