every brother_ql_xxx tool now corresponds to ./brother_ql/brother_ql_xxx.py

This commit is contained in:
Philipp Klaus
2016-07-21 17:43:23 +02:00
parent 7de4c0b3c5
commit c6205ab32a
3 changed files with 2 additions and 2 deletions

View File

@@ -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',
],
},