Skip to content

Commit 0d75eed

Browse files
committed
Changed auto-detect keyword to detect
1 parent 1f9d196 commit 0d75eed

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

find-project-root/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
]
2323
requires-python = ">=2.6,<4"
2424
keywords = [
25-
"auto-detect",
25+
"detect",
2626
"dev-tool",
2727
"directory",
2828
"filesystem",

get-min-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ dependencies = [
2525
requires-python = ">=3.8,<4"
2626
keywords = [
2727
"api",
28-
"auto-detect",
2928
"classifiers",
3029
"cli",
3130
"compatibility",
3231
"console",
32+
"detect",
3333
"dev-tool",
3434
"minimum-version",
3535
"package-metadata",

remove-json-keys/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ dependencies = [
2626
]
2727
requires-python = ">=3.8,<4"
2828
keywords = [
29-
"auto-detect",
3029
"cli",
3130
"console",
3231
"data",
32+
"detect",
3333
"dev-tool",
3434
"json",
3535
]

translate-messages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ dependencies = [
2727
]
2828
requires-python = ">=3.8,<4"
2929
keywords = [
30-
"auto-detect",
3130
"chrome",
3231
"cli",
3332
"console",
3433
"data",
34+
"detect",
3535
"dev-tool",
3636
"i18n",
3737
"internationalization",

0 commit comments

Comments
 (0)