From 059b567bbcc34007c8dae265ac6078e3df0f97f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Lehmann?= Date: Wed, 13 Jul 2005 17:13:22 +0000 Subject: [PATCH] make authors a unicode string to permit registering with PyPy git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2286 069f4177-920e-0410-937b-c2a4a81bcd90 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6c0b6bbd..fea3feac 100755 --- a/setup.py +++ b/setup.py @@ -184,7 +184,7 @@ doclines = __doc__.split("\n") setup(name="PyX", version=pyx.__version__, - author="Jörg Lehmann, André Wobst", + author=u"Jörg Lehmann, André Wobst", author_email="pyx-devel@lists.sourceforge.net", url="http://pyx.sourceforge.net/", description=doclines[0], -- 2.11.4.GIT