add CHANGELGOG, and make "-x" work harder to shut down immediately.

This commit is contained in:
holger krekel
2010-01-18 13:49:35 +01:00
parent 4594e5dbd8
commit b8ea732fb0
5 changed files with 30 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ setup(
packages = ['xdist'],
entry_points = {'pytest11': ['xdist = xdist.plugin'],},
zip_safe=False,
install_requires = ['execnet', 'py>=1.2.0'],
install_requires = ['execnet>=1.0.3', 'py>=1.2.0'],
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',