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',