diff --git a/setup.py b/setup.py index ad75210..a880302 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,8 @@ if "py2exe" in sys.argv: "py2exe": { "optimize": 2, "compressed": 1, - "excludes": ["pydoc", "unittest"] + "excludes": ["pydoc", "unittest"], + "includes": ["cryptography.utils", "_cffi_backend"] } }, "zipfile": None,