From d43ce9860bb6843aaa6a5c1b8a7fabf4b5024153 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Fri, 5 Nov 2021 14:08:25 +0100 Subject: [PATCH] python: clean setup.py.in --- ortools/python/setup.py.in | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ortools/python/setup.py.in b/ortools/python/setup.py.in index 8e5bf834d9..816533c31d 100644 --- a/ortools/python/setup.py.in +++ b/ortools/python/setup.py.in @@ -69,21 +69,32 @@ setup( download_url='https://github.com/google/or-tools/releases', classifiers=[ 'Development Status :: 5 - Production/Stable', + 'Environment :: Console', 'Intended Audience :: Developers', + 'Intended Audience :: Education', + 'Intended Audience :: Information Technology', + 'Intended Audience :: Science/Research', 'License :: OSI Approved :: Apache Software License', + 'Operating System :: Unix', 'Operating System :: POSIX :: Linux', + 'Operating System :: POSIX :: BSD :: FreeBSD', + 'Operating System :: MacOS', 'Operating System :: MacOS :: MacOS X', 'Operating System :: Microsoft :: Windows', - 'Programming Language :: C++', 'Programming Language :: Python', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: C++', + 'Programming Language :: Python :: Implementation :: CPython', 'Topic :: Office/Business :: Scheduling', 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Mathematics', + 'Topic :: Software Development', 'Topic :: Software Development :: Libraries :: Python Modules', ], distclass=BinaryDistribution,