فهرست منبع

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,