From 78dd20e314cf0eb714352f0c55ea6d02e22a43b9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 23 Sep 2019 12:23:57 +0200 Subject: [PATCH] Fixes accidental string concatenation in classifiers list (#1300) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 458b65eaf..0778211e1 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", - "Topic :: Home Automation" + "Topic :: Home Automation", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Scientific/Engineering :: Atmospheric Science", "Development Status :: 5 - Production/Stable",