Fix a stupid mistake; I should try this stuff locally before committing
diff --git a/setup.py b/setup.py
index 9fa5f8a..19b0014 100755
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@
     LibraryDirs = ['/sw/lib']
 
 # On Windows, make sure the necessary .dll's get added to the egg.
-# data_files = []
+data_files = []
 # if sys.platform == 'win32':
 #     data_files = [("OpenSSL", ExtraObjects)]