------------------
- Added the ``should-remove-setuptools`` convience setting to remove
setuptools from the isolation.
- Wrote the working set filtering procedure as a funtion. Again, this piece
was not attached to the class's internals.
- Created base classes for the recipes. The first base classes is for a generic
recipe. The other is for the isolators, shared behavior and what not...
- Wrote to write the path file. There was no reason why this needed
to be part of the class.
- Added a pth producer recipe. This recipe does only the pth production part
of the isolation procedure.