Hi

Using Distribute in my setup.py, how do I best ensure that pkg_resources gets installed along with my package? I've tried 'install_requires=["setuptools>=0.6"]' as an argument to setup(), but setuptools didn't get installed.

Thanks,
Arve