Skip to content

Commit 726cf7d

Browse files
committed
I can't seem to get PyPI to accept the umlaut.
1 parent 33834d9 commit 726cf7d

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
@@ -35,7 +35,7 @@
3535
version=".".join(map(str, version)),
3636
url='http://github.com/miracle2k/flask-assets',
3737
license='BSD',
38-
author=u'Michael Elsdörfer',
38+
author='Michael Elsdoerfer',
3939
author_email='michael@elsdoerfer.com',
4040
description='Asset management for Flask, to compress and merge ' \
4141
'CSS and Javascript files.',

0 commit comments

Comments
 (0)