Skip to content

Commit f5f5ed0

Browse files
committed
Fix syntax error on classifiers
1 parent a58dc5a commit f5f5ed0

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
'Programming Language :: Python :: 3.5',
7171
'Programming Language :: Python :: 3.6',
7272
'License :: OSI Approved :: Apache Software License',
73-
],
73+
]
7474

7575
# Environment variable to determine whether or not the Cython extension should
7676
# *use* Cython or use the generated C files. Note that this requires the C files

src/python/grpcio_health_checking/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'Programming Language :: Python :: 3.5',
3535
'Programming Language :: Python :: 3.6',
3636
'License :: OSI Approved :: Apache Software License',
37-
],
37+
]
3838

3939
PACKAGE_DIRECTORIES = {
4040
'': '.',

src/python/grpcio_reflection/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'Programming Language :: Python :: 3.5',
3636
'Programming Language :: Python :: 3.6',
3737
'License :: OSI Approved :: Apache Software License',
38-
],
38+
]
3939

4040
PACKAGE_DIRECTORIES = {
4141
'': '.',

tools/distrib/python/grpcio_tools/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
'Programming Language :: Python :: 3.5',
4848
'Programming Language :: Python :: 3.6',
4949
'License :: OSI Approved :: Apache Software License',
50-
],
50+
]
5151

5252
PY3 = sys.version_info.major == 3
5353

0 commit comments

Comments
 (0)