Fix cursor blur. Fix scrollLock on focus/blur. Rework binaries.

This commit is contained in:
Florian Mounier
2015-10-16 15:58:32 +02:00
parent e6f618ef52
commit 4e4d54de1f
28 changed files with 267 additions and 47 deletions

View File

@@ -22,7 +22,7 @@ options = dict(
url="http://github.com/paradoxxxzero/butterfly",
license="GPLv3",
platforms="Any",
scripts=['butterfly.server.py'],
scripts=['butterfly.server.py', 'scripts/butterfly', 'scripts/b'],
packages=['butterfly'],
install_requires=["tornado>=3.2", "pyOpenSSL", 'tornado_systemd'],
extras_requires=["libsass"],