fix py2exe build
This commit is contained in:
3
setup.py
3
setup.py
@@ -35,7 +35,8 @@ if "py2exe" in sys.argv:
|
|||||||
"py2exe": {
|
"py2exe": {
|
||||||
"optimize": 2,
|
"optimize": 2,
|
||||||
"compressed": 1,
|
"compressed": 1,
|
||||||
"excludes": ["pydoc", "unittest"]
|
"excludes": ["pydoc", "unittest"],
|
||||||
|
"includes": ["cryptography.utils", "_cffi_backend"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"zipfile": None,
|
"zipfile": None,
|
||||||
|
|||||||
Reference in New Issue
Block a user