Skip to content

Commit 67efdf2

Browse files
Евгений БлиновЕвгений Блинов
authored andcommitted
Fix indentation in dependencies array in pyproject.toml
1 parent 477a5c1 commit 67efdf2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ authors = [{ name = "Evgeniy Blinov", email = "zheni-b@yandex.ru" }]
99
description = 'A standard language for machine-readable code comments'
1010
readme = "README.md"
1111
requires-python = ">=3.8"
12-
dependencies = ["libcst>=1.1.0 ; python_version == '3.8'", "libcst>=1.8.6 ; python_version > '3.8'", "typing_extensions ; python_version <= '3.9'"]
12+
dependencies = [
13+
"libcst>=1.1.0 ; python_version == '3.8'",
14+
"libcst>=1.8.6 ; python_version > '3.8'",
15+
"typing_extensions ; python_version <= '3.9'",
16+
]
1317
classifiers = [
1418
"Operating System :: OS Independent",
1519
'Operating System :: MacOS :: MacOS X',

0 commit comments

Comments
 (0)