From a8608c701e1c5598919f00f2176d1e5d177c5d73 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 15 Jan 2021 13:55:09 +0000 Subject: remove duplicate license trove --- python/setup.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/python/setup.py b/python/setup.py index 36fde9c..9a73ecd 100644 --- a/python/setup.py +++ b/python/setup.py @@ -93,10 +93,9 @@ setup( # Trove classifiers # Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers LICENSE_TROVE, - 'Intended Audience :: Developers', - 'Intended Audience :: Science/Research', - 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)', - 'Programming Language :: Python :: 3', - 'Topic :: Scientific/Engineering :: Mathematics' + "Intended Audience :: Developers", + "Intended Audience :: Science/Research", + "Programming Language :: Python :: 3", + "Topic :: Scientific/Engineering :: Mathematics", ], ) -- cgit v1.2.3