You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Start process of making python3 compatible
This commit is contained in:
8
setup.py
8
setup.py
@@ -4,12 +4,12 @@
|
||||
|
||||
from distutils.core import setup, Extension
|
||||
|
||||
setup (name = "uncompyle2",
|
||||
version = "1.1",
|
||||
setup (name = "uncompyle6",
|
||||
version = "2.0",
|
||||
description = "Python byte-code to source-code converter",
|
||||
author = "Mysterie",
|
||||
author_email = "kajusska@gmail.com",
|
||||
url = "http://github.com/Mysterie/uncompyle2",
|
||||
packages=['uncompyle2', 'uncompyle2.opcode'],
|
||||
scripts=['scripts/uncompyle2']
|
||||
packages=['uncompyle6', 'uncompyle6.opcode'],
|
||||
scripts=['scripts/uncompyle6']
|
||||
)
|
||||
|
Reference in New Issue
Block a user