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",