Skip to content

Commit 771b3ba

Browse files
authored
fix(setup): remove CONTRIBUTING.md from dynamic readme in pyproject.toml (#4473)
- '.md' and '.rst' cannot be used the same time in pypi Signed-off-by: Xiangce Liu <xiangceliu@redhat.com>
1 parent 7698229 commit 771b3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ mangle = "insights.util.mangle:main"
8585

8686
[tool.setuptools.dynamic]
8787
version = {attr = "insights.version._VERSION_"}
88-
readme = {file = ["README.rst", "CONTRIBUTING.md"]}
88+
readme = {file = ["README.rst"]}
8989

9090
[tool.pytest.ini_options]
9191
addopts = "-rsxXfE --ignore=./build/"

0 commit comments

Comments
 (0)