Skip to content

Commit 8d1809d

Browse files
SnoopJabravalheri
authored andcommitted
Fix typo in test metadata
1 parent 0802e21 commit 8d1809d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setuptools/tests/test_build_py.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ class TestTypeInfoFiles:
349349
name = "foo"
350350
version = "1"
351351
352-
[tools.setuptools]
352+
[tool.setuptools]
353353
include-package-data = false
354354
"""
355355
),
@@ -359,7 +359,7 @@ class TestTypeInfoFiles:
359359
name = "foo"
360360
version = "1"
361361
362-
[tools.setuptools]
362+
[tool.setuptools]
363363
include-package-data = false
364364
365365
[tool.setuptools.exclude-package-data]

0 commit comments

Comments
 (0)