Changeset - e9b4664c958d
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-05-03 23:19:30
marcin@python-works.com
fix depracated PLATFORM_WIN var
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -30,7 +30,7 @@ __url__ = _get_meta_var('__url__', _meta
 
# 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",
0 comments (0 inline, 0 general)