Browse Source

add scripts for install

pull/1/head
Brett Langdon 11 years ago
parent
commit
df227673fd
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      setup.py

+ 1
- 0
setup.py View File

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


Loading…
Cancel
Save