From 42aede6181c643bb5bbd35ca81b6c1b1c69ec4b5 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 19 Aug 2013 19:21:47 +0200 Subject: ensure binary read on windows --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a71499ca..bac20903 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ def findPackages(path, dataExclude=[]): return packages, package_data -long_description = file("README.txt").read() +long_description = file("README.txt","rb").read() packages, package_data = findPackages("libpathod") setup( name = "pathod", -- cgit v1.2.3