From 40a1badd6623e8b9cd671c73f1cc9008ce35392f Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Sat, 12 Jan 2019 21:02:58 +0100 Subject: [PATCH] mark QL-560 as supported. closes #51. thx @volkermauel --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcaaafa..d983386 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-500 (✓), QL-550 (✓), QL-560 (✓), QL-570 (✓), QL-580N, QL-650TD, QL-700 (✓), QL-710W (✓), QL-720NW (✓), QL-800 (✓), QL-810W (✓), QL-820NWB (✓), QL-1050 (✓), and QL-1060N (✓). The new QL-800 series can print labels with two colors (black and red) on DK-22251 labels. diff --git a/setup.py b/setup.py index e28aa38..edfd252 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,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 QL-800 QL-810W QL-820NWB QL-1050 QL-1060N', + keywords = 'Brother QL-500 QL-550 QL-560 QL-570 QL-700 QL-710W QL-720NW QL-800 QL-810W QL-820NWB QL-1050 QL-1060N', classifiers = [ 'Development Status :: 4 - Beta', 'Operating System :: OS Independent',