summaryrefslogtreecommitdiff
path: root/www/py-openbrokerapi/files/patch-setup.py
blob: a4a49a348993f83403a12f0fffdb99390d9b1403 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2019-08-08 10:01:14 UTC
+++ setup.py
@@ -14,7 +14,7 @@ setup(
     author_email="maic@siemering.tech",
     license="MIT",
     description="A python package for the V2 CF Service Broker API and Open Broker API (version 2.13+)",
-    long_description=open('README.rst').read(),
+    long_description=open('README.rst', encoding="utf-8").read(),
     url="https://github.com/eruvanos/openbrokerapi",
     keywords=["cloudfoundry", "cfbrokerapi", "openbrokerapi", "openservicebrokerapi", "servicebroker", "flask"],
     classifiers=[