1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 18:55:29 +03:00
aports/testing/py3-html/fix-install-py3.patch
2019-06-12 17:27:33 -03:00

14 lines
417 B
Diff

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'],