mahmoud / glom

☄️ Python's nested data operator (and CLI), for all your declarative restructuring needs. Got data? Glom it! ☄️
https://glom.readthedocs.io
Other
1.88k stars 61 forks source link

Format BSD license to be recognizable by GitHub license detector #281

Closed elliotwutingfeng closed 7 months ago

elliotwutingfeng commented 7 months ago

Currently the repository's license is not recognized correctly by GitHub's license detector.

This edit makes it recognizable so that this repository will show up in GitHub search results as "BSD 3-Clause" licensed and not "Other".

As this is a minor edit, feel free to close this and use (https://choosealicense.com/licenses/bsd-3-clause)'s format.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (2e0c552) 98.05% compared to head (7186945) 98.05%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #281 +/- ## ======================================= Coverage 98.05% 98.05% ======================================= Files 27 27 Lines 4362 4362 Branches 765 765 ======================================= Hits 4277 4277 Misses 54 54 Partials 31 31 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mahmoud commented 7 months ago

GitHub, so finnicky :P Thanks for this!

elliotwutingfeng commented 7 months ago

Ugh, it didn't work :(

mahmoud commented 7 months ago

Haha, yeah I just checked, thought it might be cached/on a batch job, but it's been 24 hours. Feel free to follow up if you've got more theories, otherwise I'll add it to my TODO :)