You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Package scripts correctly now
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user