Skip to content

Commit 880842c

Browse files
committed
Avoid non-ASCII literals
1 parent 882ce36 commit 880842c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
setup(
4646
name = 'robotframework',
4747
version = VERSION,
48-
author = u'Pekka Klärck',
48+
author = u'Pekka Kl\xe4rck',
4949
author_email = '[email protected]',
5050
url = 'http://robotframework.org',
5151
download_url = 'https://pypi.python.org/pypi/robotframework',

0 commit comments

Comments
 (0)