Skip to content

Commit

Permalink
pyproject.toml: fix path of the readme file (#1201)
Browse files Browse the repository at this point in the history
+ pyproject.toml: fix path of the readme file, as the 2nd attempt to fix the "Not finding README.md specified in pyprojet.toml" error on PyPI website.
  • Loading branch information
yunjunz committed May 23, 2024
1 parent 6e78327 commit 9c17ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ include-package-data = true

[tool.setuptools.dynamic]
dependencies = { file = ["requirements.txt"] }
readme = { file = ["README.md"], content-type = "text/markdown" }
readme = { file = ["docs/README.md"], content-type = "text/markdown" }

# extra requirements: `pip install pysolid[test]` or `pip install .[test]`
[tool.setuptools.dynamic.optional-dependencies.test]
Expand Down

0 comments on commit 9c17ed6

Please sign in to comment.