fix format setup.py

pull/23483/head
Micah Kornfield 5 years ago
parent de2e9e5241
commit 474ed0453c
  1. 3
      setup.py

@ -103,7 +103,8 @@ CLASSIFIERS = [
'License :: OSI Approved :: Apache Software License',
]
BUILD_WITH_BORING_SSL_ASM = os.environ.get('GRPC_BUILD_WITH_BORING_SSL_ASM', True)
BUILD_WITH_BORING_SSL_ASM = os.environ.get('GRPC_BUILD_WITH_BORING_SSL_ASM',
True)
# Environment variable to determine whether or not the Cython extension should
# *use* Cython or use the generated C files. Note that this requires the C files

Loading…
Cancel
Save