commit | b4ea1ead936cdc1a69d16afdf8ce3773827422b0 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Mon Jul 20 12:09:39 2009 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Mon Jul 20 12:09:39 2009 -0400 |
tree | 78fb5e7a7757aceeea004b3ee1a6cb60dfc654f3 | |
parent | 6af967842afef288911d6c5078de068e36295e98 [diff] [blame] |
some debug info about the build environment, please
diff --git a/setup.py b/setup.py index 2ba6004..f8ca66b 100755 --- a/setup.py +++ b/setup.py
@@ -14,6 +14,9 @@ import sys, os from distutils.core import Extension, setup +for dirpath, dirnames, filenames in os.walk('.'): + print dirpath, dirnames, dirfilenames + from glob import glob from version import __version__