Add help, normalize binaries, allow custom motd, Fix #46 Fix #52 Fix#67

This commit is contained in:
Florian Mounier
2015-04-30 12:04:14 +02:00
parent 2b5ea8dc9a
commit 3d14bce231
11 changed files with 112 additions and 57 deletions

View File

@@ -32,7 +32,8 @@ options = dict(
'static/images/favicon.png',
'static/main.css',
'static/*.min.js',
'templates/index.html'
'templates/index.html',
'templates/motd'
]
},
classifiers=[