diff --git a/oml/commands.py b/oml/commands.py index 53f5ff1..14e5e61 100644 --- a/oml/commands.py +++ b/oml/commands.py @@ -212,6 +212,7 @@ def command_release(*args): 'platform_linux32': 'linux32', 'platform_linux64': 'linux64', 'platform_darwin64': 'darwin64', + 'platform_win32': 'win32', } MODULES += list(PLATFORM_MODULES) VERSIONS = {module:version(module) for module in MODULES}