Small doc stuff + fix setup.py

This commit is contained in:
Clement Rouault
2016-02-10 17:51:54 +01:00
parent c5e021f10d
commit f9ce637ffa
4 changed files with 49 additions and 6 deletions
+1 -2
View File
@@ -14,6 +14,5 @@ setup(
license = 'BSD',
keywords = 'windows python',
url = '',
py_modules= ['windows'],
packages = ['windows'],
packages = ['windows', 'windows.generated_def', 'windows.native_exec', 'windows.utils'],
)