@@ -27,13 +27,13 @@ __version__ = _get_meta_var('VERSION', _
__license__ = _get_meta_var('__license__', _metadata)
__author__ = _get_meta_var('__author__', _metadata)
__url__ = _get_meta_var('__url__', _metadata)
# defines current platform
__platform__ = platform.system()
is_windows = __platform__ in _get_meta_var('PLATFORM_WIN', _metadata)
is_windows = __platform__ in ('Windows')
requirements = [
"waitress==0.8.2",
"webob==1.0.8",
"webtest==1.4.3",
"Pylons==1.0.0",
Status change: