Skip to content

Commit

Permalink
backport splunk-py-* commands
Browse files Browse the repository at this point in the history
  • Loading branch information
owais committed Jun 8, 2021
1 parent c8c1a9c commit 33708c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "splunk-opentelemetry"
version = "0.14.0"
version = "0.15.0"
description = "The Splunk distribution of OpenTelemetry Python Instrumentation provides a Python agent that automatically instruments your Python application to capture and report distributed traces to SignalFx APM."
authors = ["Splunk <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -18,6 +18,8 @@ include = [
[tool.poetry.scripts]
splk-py-trace = 'splunk_otel.cmd.trace:run'
splk-py-trace-bootstrap = 'splunk_otel.cmd.bootstrap:run'
splunk-py-trace = 'splunk_otel.cmd.trace:run'
splunk-py-trace-bootstrap = 'splunk_otel.cmd.bootstrap:run'

[tool.poetry.plugins."opentelemetry_distro"]
splunk_distro = "splunk_otel.distro:SplunkDistro"
Expand Down

0 comments on commit 33708c0

Please sign in to comment.