Эх сурвалжийг харах

Remove extra comma

This fixes issues with #42
Oz 9 жил өмнө
parent
commit
a32c20f573
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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')