瀏覽代碼

Fix setup.py

Oz N Tiram 8 年之前
父節點
當前提交
6dbccfb61c
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      setup.py

+ 0 - 3
setup.py

@@ -335,9 +335,6 @@ Pwman3 supports MySQL, Postgresql and SQLite and even MongoDB"""
 
 packages = find_packages(exclude=['tests', 'pwman/ui/templates'])
 
-# hack to exclude crypto module
-packages.pop(packages.index('pwman.util.crypto'))
-
 
 setup(name='pwman3',
       version='0.8.1',