I can look inside setup.py I suppose to see if it's a distutils package. But in the process of familiarizing myself with python package management I have noticed that there seems to be more than one way to do it. So:
How can I check an unzipped packages directory or setup.py to see how to build it?
EDIT: When I say 'build' I mean is it going to use distutils or setuptools, or distribute. I am using buildout.