Skip to content

Commit a972783

Browse files
author
Janneke van der Zwaan
committed
Read README from rst file
Instead of the README.md that does no longer exist.
1 parent 1128ba8 commit a972783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from setuptools import setup
55

6-
with open('README.md') as readme_file:
6+
with open('README.rst') as readme_file:
77
readme = readme_file.read()
88

99
{%- set license_classifiers = {

0 commit comments

Comments
 (0)