Skip to content

Commit 794c416

Browse files
committed
use single quotes in pyproject.toml
1 parent 8eaf039 commit 794c416

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ build = [
5151
'twine',
5252
]
5353
all = [
54-
"template[style]",
55-
"template[test]",
56-
"template[build]",
54+
'template[style]',
55+
'template[test]',
56+
'template[build]',
5757
]
5858

5959
[project.urls]

0 commit comments

Comments
 (0)