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
Name: uncompyle
Name: uncompyle2
Version: 1.1
Summary: Python byte-code to source-code converter
Home-page: http://github.com/sysfrog/uncompyle
Author: Hartmut Goebel
Author-email: hartmut@oberon.noris.de
Home-page: http://github.com/Mysterie/uncompyle2
Author: Mysterie
Author-email: kajusska@gmail.com
License: GPLv3
Description: UNKNOWN
Platform: UNKNOWN

View File

@ -1,6 +1,6 @@
[bdist_rpm]
release = 1
packager = Hartmut Goebel <hartmut.goebel@noris.net>
packager = Mysterie <kajusska@gmail.com>
doc_files = README
# CHANGES.txt
# USAGE.txt

View File

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