Closed harens closed 4 years ago
I am currently working on a brew formula for folderify found here.
When I audit it (in the hopes of adding it to homebrew/core), I get the following error:
* License mismatch - GitHub license is: [], but Formulae license states: ["MIT"].
I had set the license to MIT since this is what is stated on the PyPi project description. If I don't set a license, the audit also complains.
* No license specified for package.
What does this require? Just a license file?
I think so. Then it should be good.
d4e91520a58fbf1c6c1196ed95517513d07be6ba should help!
Thanks! It has fixed this issue.
I am currently working on a brew formula for folderify found here.
When I audit it (in the hopes of adding it to homebrew/core), I get the following error:
I had set the license to MIT since this is what is stated on the PyPi project description. If I don't set a license, the audit also complains.