pyOpenSci / pyos-package-template

A Python package template that supports the pyOpenSci pure Python packaging tutorial
BSD 3-Clause "New" or "Revised" License
15 stars 11 forks source link

Error in the pyproject.toml file #47

Closed lwasser closed 3 weeks ago

lwasser commented 3 weeks ago

It looks like there is a spacing issue in the default description value for the pyproject toml.

description = "A project that adds numbers.
"

please note that i haven't tested this to see if it's something that I did when i entered the description or something native to the template!

lwasser commented 3 weeks ago

closing this. it's because you have to hit esc to add the description. i accidentally added a line break!

Midnighter commented 3 weeks ago

Either way, it should definitely have triple quotes for being multiline =]

lwasser commented 3 weeks ago

thank you @Midnighter !!