Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: allow license_text=None in license declaration
There are many situations where the license kind is known but no license file is available, e.g. some wheels downloaded from PyPi. There are good reasons why one might want to prohibit that from a policy perspective, but enforcing that policy is not the job of the license rule itself, and the provided error message is not especially helpful (and clearly not the intended outcome). This doesn't alter the macro wrapper. Any target that would be affected by this change would have already been failing to build. Closes #31
- Loading branch information