commit | fd97e3cdb3356eb7e568183f2261494b1334e27a | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Fri Feb 13 15:37:49 2009 -0500 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Fri Feb 13 15:37:49 2009 -0500 |
tree | 4a5bc9855dd3f4c3f4210aa554532015002b69c3 | |
parent | fa85e199da46a2c0ef9d0f6053eddd04ac664bb9 [diff] [blame] |
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)]