brother_ql_write script added

This commit is contained in:
Philipp Klaus
2015-12-13 17:57:34 +01:00
parent 9381bd38fd
commit bbb3919ed0
5 changed files with 146 additions and 13 deletions
+3 -2
View File
@@ -16,7 +16,8 @@ setup(name='brother_ql',
packages = ['brother_ql'],
entry_points = {
'console_scripts': [
'brother_ql_reader = brother_ql.reader:main',
'brother_ql_read = brother_ql.reader:main',
'brother_ql_write = brother_ql.create:main',
],
},
include_package_data = False,
@@ -24,7 +25,7 @@ setup(name='brother_ql',
platforms = 'any',
install_requires = ['numpy', 'packbits', 'pillow'],
extras_require = {
'brother_ql_reader': ["matplotlib",],
'brother_ql_read': ["matplotlib",],
},
keywords = 'Brother QL-500 QL-570 QL-710W QL-720NW',
classifiers = [