[console_scripts]
nosetests-3.2 = nose:run_exit
nosetests-3.3 = nose:run_exit
nosetests = nose:run_exit

[distutils.commands]
nosetests-3.2 = nose.commands:nosetests
nosetests-3.3 = nose.commands:nosetests
nosetests = nose.commands:nosetests

