-
Notifications
You must be signed in to change notification settings - Fork 167
Add optional readme.txt support #66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I think this would be a nice addition. Especially since it would be nice to show our license and then also show a notice about Anaconda EULA. Edit: For now, I think I'll resort to not show a full license or EULA text but rather a combined notice on Anaconda EULA and license info with links to look up those licenses online.. |
@mbargull I'm in favor of merging this. Do you have time to fix the merge conflict? I currently do not, but I can add it to the list... |
I'm in favour too but please also add macOS pkg support. |
12b231c
to
b3fd0a9
Compare
b3fd0a9
to
25c56f9
Compare
I rebased this on master. |
Maybe using the readme identified but having a flag as to whether to augment it or not would be best? Then we could add the augmentation to the other platforms too? I should say, most of the active development is happening in this branch: https://github.com/conda/constructor/tree/cross_conda_interface .. so you may want your furture PRs to target that to avoid significant rebasing. Your work on constructor is appreciated btw. |
A single flag might be too inflexible though. Picture a readme like:
So, possibly the package list cannot always be simply appended to the readme. Maybe the readme files should thus be some kind of template file which can be augmented with a package list (or even, additionally, with information from the Here's what I propose: For this PR I can implement the simple replacement for osx, i.e., if
Yeah I noticed -- would've done so anyway ;).
Thanks, you're welcome! |
Hi there, thank you for your contribution! This pull request has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs. If you would like this pull request to remain open please:
NOTE: If this pull request was closed prematurely, please leave a comment. Thanks! |
Hi again! This pull request has been closed since it has not had recent activity. NOTE: If this pull request was closed prematurely, please leave a comment. Thanks! |
This adds the ability to show an included readme during installation, similar to how it's done with the license file.
The readme will only be included if the new key
readme_file
defined inconstruct.yaml
.