From df227673fd5382668db3a92d4929bf5388ad536b Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Thu, 9 Oct 2014 14:44:02 -0400 Subject: [PATCH] add scripts for install --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4dbc7cf..4c7f168 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,7 @@ setup( url="https://github.com/brettlangdon/qw", packages=find_packages(), license="MIT", + scripts=["bin/qw-manager", "bin/qw-client"], classifiers=[ "Intended Audience :: Developers", "Programming Language :: Python",