Package scripts correctly now

This commit is contained in:
rocky
2015-12-14 22:18:26 -05:00
parent 3ae048ef4d
commit 77b7286f34
2 changed files with 1 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ modname = 'uncompyle6'
packages = ['uncompyle6', 'uncompyle6.opcodes']
py_modules = None
short_desc = 'Python byte-code to source-code converter'
scripts = ['uncompyle6', 'pydisassemble']
scripts = ['bin/uncompyle6', 'bin/pydisassemble']
import os
import os.path, sys