Skip to content

Commit d3f4ce9

Browse files
committed
fix _template dir
Signed-off-by: emdneto <[email protected]>
1 parent 0affb82 commit d3f4ce9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_template/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
[project.entry-points.opentelemetry_instrumentor]
3636
# REPLACE ME: the entrypoint for the instrumentor e.g
3737
# sqlalchemy = "opentelemetry.instrumentation.sqlalchemy:SQLAlchemyInstrumentor"
38-
<REPLACE ME> = "opentelemetry.instrumentation.<REPLACE>"
38+
REPLACE_ME = "opentelemetry.instrumentation.<REPLACE>"
3939

4040
[project.urls]
4141
# url of the instrumentation e.g

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
target-version = "py38"
44
line-length = 79
55
extend-exclude = [
6-
"*_pb2*.py*",
76
"_template",
7+
"*_pb2*.py*",
88
]
99
output-format = "concise"
1010

0 commit comments

Comments
 (0)