Remove non-ASCII characters in the setup.py

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@501 3ed937ae-f919-0410-9a43-8e6f19e4ba6e
This commit is contained in:
jschneider 2010-07-20 16:30:11 +00:00
parent 3f636f60e9
commit bf4dc04c1e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ def data_tree(destdir, sourcedir):
distutils.core.setup(
name = 'larpe',
version = '1.1.1',
maintainer = 'Jérôme Schneider',
maintainer = 'Jerome Schneider',
maintainer_email = 'jschneider@entrouvert.com',
url = 'http://larpe.labs.libre-entreprise.org',
package_dir = { 'larpe': 'larpe' },