Skip to content

Commit 6cfbf96

Browse files
authored
Update making-a-pypi-friendly-readme.rst
changed mentioned `setup.py` to `pyproject.toml` instead
1 parent 11f13d0 commit 6cfbf96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guides/making-a-pypi-friendly-readme.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Formats supported by `PyPI's README renderer <https://github.com/pypa/readme_ren
1818
* Markdown (`GitHub Flavored Markdown <https://github.github.com/gfm/>`_ by default,
1919
or `CommonMark <https://commonmark.org/>`_)
2020

21-
It's customary to save your README file in the root of your project, in the same directory as your :file:`setup.py` file.
21+
It's customary to save your README file in the root of your project, in the same directory as your :file:`pyproject.toml` file.
2222

2323

2424
Including your README in your package's metadata

0 commit comments

Comments
 (0)