blob: 1b8fd8d7c420ebef8480457d8d844b596412c6ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff --git a/setup.py b/setup.py
index b201a7b..03942ec 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ setup(
name = "html",
version = __version__,
description = "simple, elegant HTML, XHTML and XML generation",
- long_description = __doc__.decode('utf8'),
+ long_description = __doc__,
author = "Richard Jones",
author_email = "rjones@ekit-inc.com",
py_modules = ['html'],
|