Closed vstadnytskyi closed 5 years ago
I might be wrong but don't we take this file as a template and substitute the project name typed in the terminal in the placeholder?
scientific-python-cookiecutter/{{ cookiecutter.repo_name }}/README.rst
the snippet of the code below has exactly 31 "=" characters.
===============================
{{ cookiecutter.project_name }}
===============================
Right. See the fix in #78.
I have reported this bug before but I couldn't reproduce it back then. I have gotten it again and I was more careful documenting it.
it manifests as an error
you can see it here
Reproduction
The README.rst file has header that is not complete
In both example I see 31 "=" characters in the header. So if the description too long you will get an error in the twine uploading step