adding the web server brother_ql_web

This commit is contained in:
Philipp Klaus
2016-01-07 22:24:37 +01:00
parent be68d67f41
commit 9c2a665bdb
2 changed files with 193 additions and 1 deletions
+3 -1
View File
@@ -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,