new CLI: brother_ql

This will slowly deprecate the other CLIs such as
* brother_ql_create
* brother_ql_print
* brother_ql_info
* brother_ql_analyze
* brother_ql_debug
This commit is contained in:
Philipp Klaus
2018-08-08 18:43:20 +02:00
parent 388eaae2d6
commit 160cea90d4
5 changed files with 358 additions and 164 deletions
+2
View File
@@ -26,6 +26,7 @@ setup(name='brother_ql',
'brother_ql.backends'],
entry_points = {
'console_scripts': [
'brother_ql = brother_ql.cli:cli',
'brother_ql_analyse = brother_ql.brother_ql_analyse:main',
'brother_ql_create = brother_ql.brother_ql_create:main',
'brother_ql_print = brother_ql.brother_ql_print:main',
@@ -37,6 +38,7 @@ setup(name='brother_ql',
zip_safe = True,
platforms = 'any',
install_requires = [
"click",
"future",
"packbits",
"pillow>=3.3.0",