Enable systemd socket activation. Fixes #48. (Bump to 1.5.3)

This commit is contained in:
Florian Mounier
2014-07-11 16:04:44 +02:00
parent cbaa83e722
commit ea072ea24d
5 changed files with 14 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ options = dict(
platforms="Any",
scripts=['butterfly.server.py'],
packages=['butterfly'],
install_requires=["tornado>=3.2", "pyOpenSSL"],
install_requires=["tornado>=3.2", "pyOpenSSL", 'tornado_systemd'],
package_data={
'butterfly': [
'scss/*.scss',