Skip to content

Commit 2071dc3

Browse files
committed
fix: remove quotes from pyproject template
1 parent 0f7476c commit 2071dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uipath_mcp/_cli/_templates/pyproject.toml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "$project_name"
33
version = "0.0.1"
4-
description = "Description for '$project_name' project"
4+
description = "Description for $project_name project"
55
authors = [{ name = "John Doe", email = "[email protected]" }]
66
dependencies = [
77
"uipath-mcp>=0.0.96",

0 commit comments

Comments
 (0)