MAJ owner/information

This commit is contained in:
Mysterie
2012-06-05 11:37:42 +02:00
parent 93195354a9
commit b2a0b7201d
3 changed files with 8 additions and 8 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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'],
) )