Quellcode durchsuchen

Remove extra comma

This fixes issues with #42
Oz vor 9 Jahren
Ursprung
Commit
f19ced216a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -319,7 +319,7 @@ class PyCryptoInstallCommand(install):
 
 
 install_requires=['pycrypto>=2.6',
-                'colorama>=0.2.4'],
+                  'colorama>=0.2.4']
 
 if sys.platform.startswith('win'):
     install_requires.append('pyreadeline')