Skip to content

Commit

Permalink
Update package metadata opentelemetry-instrumentation-falcon (#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek authored Sep 13, 2022
1 parent 119ec96 commit a9c0f49
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 157 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "opentelemetry-instrumentation-falcon"
dynamic = ["version"]
description = "Falcon instrumentation for OpenTelemetry"
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-instrumentation-wsgi == 0.33b0",
"opentelemetry-semantic-conventions == 0.33b0",
"opentelemetry-util-http == 0.33b0",
"packaging >= 20.0",
]

[project.optional-dependencies]
instruments = [
"falcon >= 1.4.1, < 4.0.0",
]
test = [
"opentelemetry-instrumentation-falcon[instruments]",
"opentelemetry-test-utils == 0.33b0",
"parameterized == 0.7.4",
]

[project.entry-points.opentelemetry_instrumentor]
falcon = "opentelemetry.instrumentation.falcon:FalconInstrumentor"

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

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

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

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

This file was deleted.

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

This file was deleted.

0 comments on commit a9c0f49

Please sign in to comment.