You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
MAJ owner/information
This commit is contained in:
6
setup.py
6
setup.py
@@ -7,9 +7,9 @@ from distutils.core import setup, Extension
|
||||
setup (name = "uncompyle2",
|
||||
version = "1.1",
|
||||
description = "Python byte-code to source-code converter",
|
||||
author = "Hartmut Goebel",
|
||||
author_email = "hartmut@oberon.noris.de",
|
||||
url = "http://github.com/sysfrog/uncompyle",
|
||||
author = "Mysterie",
|
||||
author_email = "kajusska@gmail.com",
|
||||
url = "http://github.com/Mysterie/uncompyle2",
|
||||
packages=['uncompyle2', 'uncompyle2.opcode'],
|
||||
scripts=['scripts/uncompyle2'],
|
||||
)
|
||||
|
Reference in New Issue
Block a user