Permalink
Browse files

Added scripts to setup.py

  • Loading branch information...
1 parent c4c1264 commit bf7ff6ead2a2ac2527abf72614a5552321c1a4a9 @astiunov astiunov committed Mar 13, 2016
Showing with 2 additions and 0 deletions.
  1. +2 −0 setup.py
View
@@ -7,6 +7,7 @@
import sys
import shutil
from subprocess import check_call
+from glob import glob
v = sys.version_info
if v[:2] < (3,3):
@@ -178,6 +179,7 @@ def get_data_files():
setup_args = dict(
name = 'everware',
packages = ['everware'],
+ scripts = glob(pjoin('scripts', '*')),
version = '0.0.0',
description = """Everware""",
long_description = "",

0 comments on commit bf7ff6e

Please sign in to comment.