浏览代码

fix typo - windows installing only

Oz 9 年之前
父节点
当前提交
13d0b9a033
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -322,7 +322,7 @@ install_requires=['pycrypto>=2.6',
                   'colorama>=0.2.4']
 
 if sys.platform.startswith('win'):
-    install_requires.append('pyreadeline')
+    install_requires.append('pyreadline')
 
 
 long_description = u"""\