|
|
@ -18,6 +18,9 @@ import sys |
|
|
|
|
|
|
|
|
|
|
|
import setuptools |
|
|
|
import setuptools |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_PACKAGE_PATH = os.path.realpath(os.path.dirname(__file__)) |
|
|
|
|
|
|
|
_README_PATH = os.path.join(_PACKAGE_PATH, 'README.rst') |
|
|
|
|
|
|
|
|
|
|
|
# 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. |
|
|
|
os.chdir(os.path.dirname(os.path.abspath(__file__))) |
|
|
|
os.chdir(os.path.dirname(os.path.abspath(__file__))) |
|
|
|
|
|
|
|
|
|
|
@ -85,6 +88,7 @@ setuptools.setup( |
|
|
|
version=grpc_version.VERSION, |
|
|
|
version=grpc_version.VERSION, |
|
|
|
license='Apache License 2.0', |
|
|
|
license='Apache License 2.0', |
|
|
|
description='Channel Level Live Debug Information Service for gRPC', |
|
|
|
description='Channel Level Live Debug Information Service for gRPC', |
|
|
|
|
|
|
|
long_description=open(_README_PATH, 'r').read(), |
|
|
|
author='The gRPC Authors', |
|
|
|
author='The gRPC Authors', |
|
|
|
author_email='grpc-io@googlegroups.com', |
|
|
|
author_email='grpc-io@googlegroups.com', |
|
|
|
classifiers=CLASSIFIERS, |
|
|
|
classifiers=CLASSIFIERS, |
|
|
|