README: fix sentence about Py2/3; setup.py: add QL-570 to keywords
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
2
setup.py
2
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user