diff --git a/setup.py b/setup.py index d56e159..e5401f2 100644 --- a/setup.py +++ b/setup.py @@ -14,5 +14,10 @@ setup( license = 'BSD', keywords = 'windows python', url = '', - packages = ['windows', 'windows.generated_def', 'windows.native_exec', 'windows.utils', 'windows.winobject'], + packages = ['windows', + 'windows.generated_def', + 'windows.native_exec', + 'windows.utils', + 'windows.winobject', + 'windows.test'], ) \ No newline at end of file