Add license information to pyproject.toml#142
Open
alecbakholdin wants to merge 1 commit intocloud-custodian:mainfrom
Open
Add license information to pyproject.toml#142alecbakholdin wants to merge 1 commit intocloud-custodian:mainfrom
alecbakholdin wants to merge 1 commit intocloud-custodian:mainfrom
Conversation
|
|
Author
|
I should add: even though the project does have a license, the fact that pypi/pip is not showing a license prohibits me from using this at work :( |
Collaborator
|
This is aggravating: I'm unclear on why this lint step should now fail. I'm guessing the tool chain suffered an upgrade while I wasn't looking. One path forward seems to be to change To remove the redundant (I'm open to alternatives.) |
Collaborator
|
Please merge in recent changes and resubmit. I think the Git workflows are fixed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pip-licenses shows that cel-python has no license, but I see you have the Apache-2.0 license set on the repo. Looking into it I think you have to add the
licensekey to your pyproject.toml file as per this list of examples: https://packaging.python.org/en/latest/guides/licensing-examples-and-user-scenarios/