浏览代码

improved install script

add requirement for pycrypto
oz123 11 年之前
父节点
当前提交
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={}
       )