[Patch #102588/PEP 229]:
   Check in the setup.py script, and the setup.cfg.in file, which
   handle compiling and installing as many extension modules as possible
diff --git a/setup.cfg.in b/setup.cfg.in
new file mode 100644
index 0000000..4ca849f
--- /dev/null
+++ b/setup.cfg.in
@@ -0,0 +1,3 @@
+
+[install]
+install_platlib = @prefix@/lib/python@VERSION@/lib-dynload
\ No newline at end of file