From 70f500b8d005ae5369ac8234171ad87615bd1d1f Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Sat, 31 Dec 2016 17:46:01 +0100 Subject: [PATCH] QL-550 marked as supported --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92d1962..32bf17f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ In more details, the following is possible with this package: The following printers are claimed to be supported (✓ means verified by the author or by contributors): -* QL-500 (✓), QL-550, QL-560, QL-570 (✓), QL-580N, QL-650TD, QL-700 (✓), QL-710W (✓), QL-720NW (✓), QL-1050, and QL-1060N. +* QL-500 (✓), QL-550 (✓), QL-560, QL-570 (✓), QL-580N, QL-650TD, QL-700 (✓), QL-710W (✓), QL-720NW (✓), QL-1050, and QL-1060N. ## Why diff --git a/setup.py b/setup.py index c1c5ad7..c83b21d 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-570 QL-700 QL-710W QL-720NW', + keywords = 'Brother QL-500 QL-550 QL-570 QL-700 QL-710W QL-720NW', classifiers = [ 'Development Status :: 4 - Beta', 'Operating System :: OS Independent',