Skip to content

Commit

Permalink
Fix bad filename for README in packaging tutorial (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes authored May 21, 2018
1 parent 47975c4 commit 9ac0e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/tutorials/packaging-projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -343,4 +343,4 @@ some things you can do:
and `poetry`_.

.. _hatch: https://github.com/ofek/hatch
.. _poetry: https://github.com/sdispater/poetry
.. _poetry: https://github.com/sdispater/poetry

0 comments on commit 9ac0e9d

Please sign in to comment.