From 9ac0e9dbc503dc1cee939c8ca0a11bccd0024da7 Mon Sep 17 00:00:00 2001 From: Thea Flowers Date: Mon, 21 May 2018 08:49:53 -0700 Subject: [PATCH] Fix bad filename for README in packaging tutorial (#507) --- source/tutorials/packaging-projects.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/tutorials/packaging-projects.rst b/source/tutorials/packaging-projects.rst index 7fd0dab1e..4a7d0c285 100644 --- a/source/tutorials/packaging-projects.rst +++ b/source/tutorials/packaging-projects.rst @@ -70,7 +70,7 @@ the values if you want: import setuptools - with open("README.rst", "r") as fh: + with open("README.md", "r") as fh: long_description = fh.read() setuptools.setup( @@ -343,4 +343,4 @@ some things you can do: and `poetry`_. .. _hatch: https://github.com/ofek/hatch -.. _poetry: https://github.com/sdispater/poetry \ No newline at end of file +.. _poetry: https://github.com/sdispater/poetry