Fix syntax error on classifiers

pull/12291/head
Ken Payson 8 years ago
parent a58dc5a060
commit f5f5ed0305
  1. 2
      setup.py
  2. 2
      src/python/grpcio_health_checking/setup.py
  3. 2
      src/python/grpcio_reflection/setup.py
  4. 2
      tools/distrib/python/grpcio_tools/setup.py

@ -70,7 +70,7 @@ CLASSIFIERS = [
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'License :: OSI Approved :: Apache Software License',
],
]
# 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

@ -34,7 +34,7 @@ CLASSIFIERS = [
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'License :: OSI Approved :: Apache Software License',
],
]
PACKAGE_DIRECTORIES = {
'': '.',

@ -35,7 +35,7 @@ CLASSIFIERS = [
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'License :: OSI Approved :: Apache Software License',
],
]
PACKAGE_DIRECTORIES = {
'': '.',

@ -47,7 +47,7 @@ CLASSIFIERS = [
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'License :: OSI Approved :: Apache Software License',
],
]
PY3 = sys.version_info.major == 3

Loading…
Cancel
Save