removing the brother_ql_web tool. Doesn't belong to this repo

This commit is contained in:
Philipp Klaus
2016-11-13 16:44:55 +01:00
parent bef9cea8c2
commit c8bffc6f2b
2 changed files with 1 additions and 208 deletions
+1 -3
View File
@@ -14,8 +14,7 @@ setup(name='brother_ql',
url = '',
license = 'GPL',
packages = ['brother_ql',
'brother_ql.backends',
'brother_ql.web'],
'brother_ql.backends'],
entry_points = {
'console_scripts': [
'brother_ql_analyse = brother_ql.brother_ql_analyse:main',
@@ -23,7 +22,6 @@ setup(name='brother_ql',
'brother_ql_print = brother_ql.brother_ql_print:main',
'brother_ql_debug = brother_ql.brother_ql_debug:main',
'brother_ql_info = brother_ql.brother_ql_info:main',
'brother_ql_web = brother_ql.web.__init__:main',
],
},
include_package_data = False,