소스 검색

Exclude crypto submodule from installation

Oz N Tiram 8 년 전
부모
커밋
a36b07f5d9
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      setup.py

+ 2 - 1
setup.py

@@ -343,7 +343,8 @@ setup(name='pwman3',
       author_email='nahumoz@gmail.com',
       url='http://pwman3.github.io/pwman3/',
       license="GNU GPL",
-      packages=find_packages(exclude=['tests', 'pwman/ui/templates']),
+      packages=find_packages(exclude=['tests', 'pwman/ui/templates',
+                                      'pwman/util/crypto']),
       include_package_data=True,
       zip_safe=False,
       install_requires=install_requires,