From 7b5c84607c22684cc896e3c337045b9358ee7c47 Mon Sep 17 00:00:00 2001 From: Tobias Gehring Date: Fri, 12 Apr 2019 09:27:38 +0200 Subject: [PATCH] fixed regression in classifiers in setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index c7f9b43..52265cf 100644 --- a/setup.py +++ b/setup.py @@ -12,11 +12,11 @@ CLASSIFIERS = [ 'Development Status :: 4 - Beta', 'Intended Audience :: Science/Research', - 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)' + 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)', 'Programming Language :: Python', 'Topic :: Scientific/Engineering', - 'Topic :: Software Development :: Libraries' - 'Topic :: System :: Hardware' + 'Topic :: Software Development :: Libraries', + 'Topic :: System :: Hardware', 'Operating System :: Microsoft :: Windows' ] PLATFORMS = ['Windows']