Skip to content

Commit f9f91ab

Browse files
committed
pySCG: fix pyproject.toml readme path for build
Change readme reference from 'README.md' to 'tests/README.md' to match actual file location and fix build error in CI. Signed-off-by: tommcd <[email protected]>
1 parent 32ebdf7 commit f9f91ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Secure-Coding-Guide-for-Python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "secure-coding-guide-python-tests"
33
version = "0.1.0"
44
description = "Testing framework for Python Secure Coding Guide"
5-
readme = "README.md"
5+
readme = "tests/README.md"
66
requires-python = ">=3.9"
77

88
[build-system]

0 commit comments

Comments
 (0)