You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for various kinds of README files, not hard-coding only README.md. Right now we will only copy README.md into the package, not any other kind of README file. We can iterate over the files in the crate directory, find all files whose name (without extension) is "README" and copy those over.
💻 Basic example
README.rst -- restructured text
README.txt -- plain text
README.html -- html
README -- plain text with no extension
etc...
The text was updated successfully, but these errors were encountered:
💡 Feature description
Add support for various kinds of README files, not hard-coding only README.md. Right now we will only copy README.md into the package, not any other kind of README file. We can iterate over the files in the crate directory, find all files whose name (without extension) is "README" and copy those over.
💻 Basic example
README.rst
-- restructured textREADME.txt
-- plain textREADME.html
-- htmlREADME
-- plain text with no extensionThe text was updated successfully, but these errors were encountered: