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