Update rpc doc + sample + new rpc function + new winfunc definition file + fix setup.py

This commit is contained in:
Clement Rouault
2017-10-05 16:22:16 +02:00
parent a183e468ca
commit 5ee74d5b8f
9 changed files with 114 additions and 16 deletions
+4 -5
View File
@@ -15,12 +15,11 @@ setup(
keywords = 'windows python',
url = '',
packages = ['windows',
'windows.crypto',
'windows.debug',
'windows.generated_def',
'windows.native_exec',
'windows.utils',
'windows.winobject',
'windows.debug',
'windows.crypto',
'windows.rpc',
'windows.test'],
'windows.utils',
'windows.winobject'],
)