|
| 1 | +# Copyright OpenTelemetry Authors |
| 2 | +# |
| 3 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | +# you may not use this file except in compliance with the License. |
| 5 | +# You may obtain a copy of the License at |
| 6 | +# |
| 7 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | +# |
| 9 | +# Unless required by applicable law or agreed to in writing, software |
| 10 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | +# See the License for the specific language governing permissions and |
| 13 | +# limitations under the License. |
| 14 | +# |
| 15 | +[metadata] |
| 16 | +name = opentelemetry-exporter-cloud-trace |
| 17 | +description = Cloud Trace integration for OpenTelemetry |
| 18 | +long_description = file: README.rst |
| 19 | +long_description_content_type = text/x-rst |
| 20 | +author = OpenTelemetry Authors |
| 21 | + |
| 22 | +url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-exporter-cloud-trace |
| 23 | +platforms = any |
| 24 | +license = Apache-2.0 |
| 25 | +classifiers = |
| 26 | + Development Status :: 4 - Beta |
| 27 | + Intended Audience :: Developers |
| 28 | + License :: OSI Approved :: Apache Software License |
| 29 | + Programming Language :: Python |
| 30 | + Programming Language :: Python :: 3 |
| 31 | + Programming Language :: Python :: 3.4 |
| 32 | + Programming Language :: Python :: 3.5 |
| 33 | + Programming Language :: Python :: 3.6 |
| 34 | + Programming Language :: Python :: 3.7 |
| 35 | + |
| 36 | +[options] |
| 37 | +python_requires = >=3.4 |
| 38 | +package_dir= |
| 39 | + =src |
| 40 | +packages=find_namespace: |
| 41 | +install_requires = |
| 42 | + opentelemetry-api |
| 43 | + opentelemetry-sdk |
| 44 | + google-cloud-trace |
| 45 | + |
| 46 | +[options.packages.find] |
| 47 | +where = src |
0 commit comments