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 all LICENSE.* in info/ section #191

Closed dholth closed 1 year ago

dholth commented 1 year ago

Description

This complex regex of what to include in info/ (not simply everything in the info/ folder) is obviously wrong. Improve it, at least a little.

172

Checklist - did you ...

dholth commented 1 year ago

@jezdez This PR changes most of the dots to be \\. which should be a literal period, except for LICENSE where we accept any string starting with LICENSE