conda / conda-package-handling

Create and extract conda packages of various formats
https://conda.github.io/conda-package-handling/
BSD 3-Clause "New" or "Revised" License
26 stars 37 forks source link

Include LICENSE, not just LICENSE.txt in info/ #172

Closed dholth closed 1 year ago

dholth commented 1 year ago

Checklist

What happened?

This odd set of regexes determines what goes into the info- portion of a .conda versus the pkg- portion. https://github.com/conda/conda-package-handling/blob/main/src/conda_package_handling/utils.py#L438

It has some obvious mistakes. (Did not attempt to change it at the same time as the 2.0 release, for compatibility.)

We could audit the existing packages to see if we can use a simple "starts with info/" rule instead of whatever this is.

The part that filters .DS_Store etc. should stay.