Skip to content

Commit

Permalink
Update package metadata opentelemetry-instrumentation-dbapi (#1274)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek authored Sep 13, 2022
1 parent e5bbf78 commit 383e5e1
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 150 deletions.

This file was deleted.

52 changes: 52 additions & 0 deletions instrumentation/opentelemetry-instrumentation-dbapi/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "opentelemetry-instrumentation-dbapi"
dynamic = ["version"]
description = "OpenTelemetry Database API instrumentation"
readme = "README.rst"
license = "Apache-2.0"
requires-python = ">=3.7"
authors = [
{ name = "OpenTelemetry Authors", email = "[email protected]" },
]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.33b0",
"opentelemetry-semantic-conventions == 0.33b0",
"wrapt >= 1.0.0, < 2.0.0",
]

[project.optional-dependencies]
instruments = []
test = [
"opentelemetry-test-utils == 0.33b0",
]

[project.urls]
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-dbapi"

[tool.hatch.version]
path = "src/opentelemetry/instrumentation/dbapi/version.py"

[tool.hatch.build.targets.sdist]
include = [
"/src",
"/tests",
]

[tool.hatch.build.targets.wheel]
packages = ["src/opentelemetry"]
52 changes: 0 additions & 52 deletions instrumentation/opentelemetry-instrumentation-dbapi/setup.cfg

This file was deleted.

89 changes: 0 additions & 89 deletions instrumentation/opentelemetry-instrumentation-dbapi/setup.py

This file was deleted.

0 comments on commit 383e5e1

Please sign in to comment.