adding the web server brother_ql_web
This commit is contained in:
@@ -13,11 +13,13 @@ setup(name='brother_ql',
|
||||
author_email = 'philipp.l.klaus@web.de',
|
||||
url = '',
|
||||
license = 'GPL',
|
||||
packages = ['brother_ql'],
|
||||
packages = ['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_web = brother_ql.web.__init__:main',
|
||||
],
|
||||
},
|
||||
include_package_data = False,
|
||||
|
||||
Reference in New Issue
Block a user