* Issue 184: Correct failure where find_package over-matched packages when directory traversal isn't short-circuited.
-----
3.4.3
-----
* Issue 183: Really fix test command with Python 3.1.
-----
3.4.2
-----
* Issue 183: Fix additional regression in test command on Python 3.1.
-----
3.4.1
-----
* Issue 180: Fix regression in test command not caught by py.test-run tests.
---
3.4
---
* Issue 176: Add parameter to the test command to support a custom test runner: --test-runner or -r. * Issue 177: Now assume most common invocation to install command on platforms/environments without stack support (issuing a warning). Setuptools now installs naturally on IronPython. Behavior on CPython should be unchanged.
---
3.3
---
* Add ``include`` parameter to ``setuptools.find_packages()``.