On Monday, November 27, 2006, at 03:01PM, "Antoine Pitrou" <antoine.pitrou at wengo.fr> wrote: > >Is there a clean way to have setuptools do a rebuild when the .h file is >changed? In recent versions of python (at least 2.4, maybe also 2.3) there's an "depends" argument for Extension where you can list dependencies. Ronald