Skip to content

Commit

Permalink
fix to package.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mtford90 committed Jun 6, 2014
1 parent 835124b commit 916563d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ def main():
if os.path.exists(silk_dir):
shutil.rmtree(silk_dir)
shutil.copytree(SCRIPT_DIR + '/django_silky/silk/', silk_dir)
template_dir = silk_dir + 'templates/silk/'
shutil.copytree(template_dir, template_dir + 'templates/silk')
cmd = 'cd %s && python setup.py sdist' % dist_dir
print(cmd)
subprocess.call(cmd, shell=True)
Expand Down

0 comments on commit 916563d

Please sign in to comment.