README: fix sentence about Py2/3; setup.py: add QL-570 to keywords

This commit is contained in:
Philipp Klaus
2016-11-25 21:18:02 +01:00
parent cffdf8c1b7
commit 4693fe375f
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ Upgrade to the latest version using:
pip install --upgrade https://github.com/pklaus/brother_ql/archive/master.zip
This package was mainly created for use with Python 3. The essential functionality will also work with Python 2, though: The creation of label files.
This package was mainly created for use with Python 3. The essential functionality, however, will also work with Python 2: the creation of label files.
### Usage

View File

@@ -38,7 +38,7 @@ setup(name='brother_ql',
#'brother_ql_analyse': ["matplotlib",],
#'brother_ql_create' : ["matplotlib",],
},
keywords = 'Brother QL-500 QL-700 QL-710W QL-720NW',
keywords = 'Brother QL-500 QL-570 QL-700 QL-710W QL-720NW',
classifiers = [
'Development Status :: 4 - Beta',
'Operating System :: OS Independent',