From 7e08e7cda4edd003b95fb9af068d68298fe24e70 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Mon, 10 Oct 2011 12:57:18 -0700 Subject: [PATCH] PKG: Add python 3 and operating system tags to setup.py. --- setup.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 95c0faa2..1081089f 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,15 @@ if __name__ == "__main__": 'Intended Audience :: Developers', 'Intended Audience :: Science/Research', 'License :: OSI Approved :: BSD License', - 'Topic :: Scientific/Engineering'], + 'Programming Language :: C', + 'Programming Language :: Python', + 'Programming Language :: Python :: 3', + 'Topic :: Scientific/Engineering', + 'Operating System :: Microsoft :: Windows', + 'Operating System :: POSIX', + 'Operating System :: Unix', + 'Operating System :: MacOS', + ], configuration=configuration, install_requires=[],