added tests package

This commit is contained in:
markm 2006-01-06 22:59:52 +00:00
parent 0b5add2be7
commit 672cba333a

@ -30,7 +30,7 @@ setup(name='pywinauto',
author='Mark Mc Mahon',
author_email='mark.m.mcmahon@gmail.com',
packages = ["controls"],
packages = ["controls", "tests"],
py_modules=[
'application',