every brother_ql_xxx tool now corresponds to ./brother_ql/brother_ql_xxx.py
This commit is contained in:
4
setup.py
4
setup.py
@@ -17,8 +17,8 @@ setup(name='brother_ql',
|
||||
'brother_ql.web'],
|
||||
entry_points = {
|
||||
'console_scripts': [
|
||||
'brother_ql_analyse = brother_ql.analyse:main',
|
||||
'brother_ql_create = brother_ql.create:main',
|
||||
'brother_ql_analyse = brother_ql.brother_ql_analyse:main',
|
||||
'brother_ql_create = brother_ql.brother_ql_create:main',
|
||||
'brother_ql_web = brother_ql.web.__init__:main',
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user