Ver Fonte

fix typo - windows installing only

Oz há 9 anos atrás
pai
commit
13d0b9a033
1 ficheiros alterados com 1 adições e 1 exclusões
  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"""\