From 6aa093d8b41d26993dfdb19ce5467999a9cdd716 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 18 Nov 2012 17:11:24 -0500 Subject: [PATCH] setup.py: update classifiers (Python and GPL versions, etc.) --- setup.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1c601c2..b8efd42 100644 --- a/setup.py +++ b/setup.py @@ -23,10 +23,14 @@ setup(name=package_name, 'Development Status :: 2 - Pre-Alpha', 'Intended Audience :: Developers', 'Intended Audience :: Science/Research', - 'Operating System :: POSIX', - 'Operating System :: Unix', + 'Operating System :: OS Independent', 'License :: OSI Approved :: GNU General Public License (GPL)', + 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Programming Language :: Python', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.2', 'Topic :: Scientific/Engineering', 'Topic :: Software Development :: Libraries :: Python Modules', ], -- 2.26.2