You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
MAJ owner/information
This commit is contained in:
8
PKG-INFO
8
PKG-INFO
@@ -1,10 +1,10 @@
|
|||||||
Metadata-Version: 1.1
|
Metadata-Version: 1.1
|
||||||
Name: uncompyle
|
Name: uncompyle2
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Summary: Python byte-code to source-code converter
|
Summary: Python byte-code to source-code converter
|
||||||
Home-page: http://github.com/sysfrog/uncompyle
|
Home-page: http://github.com/Mysterie/uncompyle2
|
||||||
Author: Hartmut Goebel
|
Author: Mysterie
|
||||||
Author-email: hartmut@oberon.noris.de
|
Author-email: kajusska@gmail.com
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
Description: UNKNOWN
|
Description: UNKNOWN
|
||||||
Platform: UNKNOWN
|
Platform: UNKNOWN
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
[bdist_rpm]
|
[bdist_rpm]
|
||||||
release = 1
|
release = 1
|
||||||
packager = Hartmut Goebel <hartmut.goebel@noris.net>
|
packager = Mysterie <kajusska@gmail.com>
|
||||||
doc_files = README
|
doc_files = README
|
||||||
# CHANGES.txt
|
# CHANGES.txt
|
||||||
# USAGE.txt
|
# USAGE.txt
|
||||||
|
6
setup.py
6
setup.py
@@ -7,9 +7,9 @@ from distutils.core import setup, Extension
|
|||||||
setup (name = "uncompyle2",
|
setup (name = "uncompyle2",
|
||||||
version = "1.1",
|
version = "1.1",
|
||||||
description = "Python byte-code to source-code converter",
|
description = "Python byte-code to source-code converter",
|
||||||
author = "Hartmut Goebel",
|
author = "Mysterie",
|
||||||
author_email = "hartmut@oberon.noris.de",
|
author_email = "kajusska@gmail.com",
|
||||||
url = "http://github.com/sysfrog/uncompyle",
|
url = "http://github.com/Mysterie/uncompyle2",
|
||||||
packages=['uncompyle2', 'uncompyle2.opcode'],
|
packages=['uncompyle2', 'uncompyle2.opcode'],
|
||||||
scripts=['scripts/uncompyle2'],
|
scripts=['scripts/uncompyle2'],
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user