From ea3d7a6d4871be45beed72e786d15d68ba10f1b1 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Tue, 8 Dec 2015 18:02:27 -0600
Subject: [PATCH] Include missing mingw std::thread wrappers in release
 tarballs (reported by Christoph Gohlke)

---
 MANIFEST.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index 7db742df..7559cefb 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,7 +4,8 @@ include pyopencl/cl/*.cl
 include src/c_wrapper/*.hpp
 include src/c_wrapper/*.h
 include src/c_wrapper/*.cpp
-include src/c_wrapper/mingw-std-wrappers/mingw.*.h
+include src/c_wrapper/mingw-std-threads/mingw.*.h
+include src/c_wrapper/mingw-std-threads/README.md
 include *.h
 include test/*.py
 include test/*.h
-- 
GitLab