mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
fix setup.py to include windows.test
This commit is contained in:
@@ -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'],
|
||||
)
|
||||
Reference in New Issue
Block a user