mirror of
https://github.com/gryf/wmdocklib.git
synced 2025-12-26 08:22:40 +01:00
updated contact information
This commit is contained in:
@@ -2,9 +2,9 @@ Metadata-Version: 1.0
|
||||
Name: pywmgeneral
|
||||
Version: 0.1
|
||||
Summary: Python module for making WindowMaker dockapps.
|
||||
Home-page: http://foo.unix.se/pywmdockapps
|
||||
Author: Kristoffer Erlandsson
|
||||
Author-email: krier115@student.liu.se
|
||||
Home-page: http://pywmdockapps.sourceforge.net
|
||||
Author: Mario Frasca
|
||||
Author-email: mfrasca@interia.pl
|
||||
License: GPL
|
||||
Description: UNKNOWN
|
||||
Description: (previous author/email: Kristoffer Erlandsson <krier115@student.liu.se>)
|
||||
Platform: UNKNOWN
|
||||
|
||||
@@ -18,6 +18,6 @@ interactive interpreter and issue 'help(pywmhelpers)'.
|
||||
See the file INSTALL
|
||||
|
||||
[CONTACT]
|
||||
Anything related to this piece of software can be e-mailed to me, Kristoffer
|
||||
Erlandsson, <krier115@student.liu.se>.
|
||||
Anything related to this piece of software can be e-mailed to me, Mario
|
||||
Frasca <mfrasca@interia.pl>.
|
||||
|
||||
|
||||
@@ -17,10 +17,10 @@ module1 = Extension('pywmgeneral',
|
||||
setup(name = 'pywmgeneral',
|
||||
py_modules = ['pywmhelpers'],
|
||||
version = '0.1',
|
||||
author = 'Kristoffer Erlandsson',
|
||||
author_email = 'krier115@student.liu.se',
|
||||
author = 'Mario Frasca',
|
||||
author_email = 'mfrasca@interia.pl',
|
||||
description = 'Python module for making WindowMaker dockapps.',
|
||||
url = 'http://foo.unix.se/pywmdockapps',
|
||||
url = 'http://pywmdockapps.sourceforge.net',
|
||||
license = 'GPL',
|
||||
ext_modules = [module1])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user