Commit 6f194f4e authored by Jim Fulton's avatar Jim Fulton

Debugged working around distutils unicode issues.

parent 4020011d
......@@ -171,7 +171,7 @@ long_description = str(
read_file("README.txt") + "\n\n" +
read_file("src", "CHANGES.txt")
).decode('latin-1').replace(u'L\xf6wis', '|Lowis|')
)+ '''\n\n.. |Lowis| unicode:: L\\xf6wis\n'''
)+ '''\n\n.. |Lowis| unicode:: L \\xf6 wis\n'''
setup(name="ZODB3",
version=VERSION,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment