Skip to content
Snippets Groups Projects
Commit 16affcce authored by Masood Malekghassemi's avatar Masood Malekghassemi
Browse files

Merge pull request #4735 from soltanmm/sandslash

Remove trailing directory-name slashes in setup.py
parents 4ae84164 e540b571
No related branches found
No related tags found
No related merge requests found
...@@ -42,8 +42,8 @@ from setuptools.command import egg_info ...@@ -42,8 +42,8 @@ from setuptools.command import egg_info
# Redirect the manifest template from MANIFEST.in to PYTHON-MANIFEST.in. # Redirect the manifest template from MANIFEST.in to PYTHON-MANIFEST.in.
egg_info.manifest_maker.template = 'PYTHON-MANIFEST.in' egg_info.manifest_maker.template = 'PYTHON-MANIFEST.in'
PYTHON_STEM = './src/python/grpcio/' PYTHON_STEM = './src/python/grpcio'
CORE_INCLUDE = ('./include', './',) CORE_INCLUDE = ('./include', '.',)
BORINGSSL_INCLUDE = ('./third_party/boringssl/include',) BORINGSSL_INCLUDE = ('./third_party/boringssl/include',)
# Ensure we're in the proper directory whether or not we're being used by pip. # Ensure we're in the proper directory whether or not we're being used by pip.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment