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

improved install script

add requirement for pycrypto
oz123 11 жил өмнө
parent
commit
76c16011fc
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      setup.py

+ 2 - 0
setup.py

@@ -20,4 +20,6 @@ setup(name=pwman.appname,
                 'pwman.ui',
                 'pwman.util'],
       scripts=['scripts/pwman3'],
+      install_requires=['pycrypto>=2.6'],
+      extras_require={}
       )