From 351fb9bcecf164edb29fd21fbc758e610999ca93 Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Tue, 20 Feb 2018 21:23:58 +0100 Subject: [PATCH] List supported models QL-800 QL-820NWB QL-1050 in setup.py, too --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc60281..480d289 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup(name='brother_ql', #'brother_ql_analyse': ["matplotlib",], #'brother_ql_create' : ["matplotlib",], }, - keywords = 'Brother QL-500 QL-550 QL-570 QL-700 QL-710W QL-720NW', + keywords = 'Brother QL-500 QL-550 QL-570 QL-700 QL-710W QL-720NW QL-800 QL-820NWB QL-1050', classifiers = [ 'Development Status :: 4 - Beta', 'Operating System :: OS Independent',