Update pyproject.toml (#1950)

This commit is contained in:
Leighton Chen
2023-09-12 14:47:30 -07:00
committed by GitHub
parent 4abb0e3216
commit e318c947a2

View File

@ -3,9 +3,9 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "opentelemetry-resource-detector-container"
name = "opentelemetry-resource-detector-azure"
dynamic = ["version"]
description = "Container Resource Detector for OpenTelemetry"
description = "Azure Resource Detector for OpenTelemetry"
readme = "README.rst"
license = "Apache-2.0"
requires-python = ">=3.7"