-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Description
There's quite a few way to add a license:
- Read in a license file and put its content into
setup(license=) - Add a license classifier
- Add a string representing the license like GPLv3 to
setup(license=)
What method should be used and are any of them mutually exclusive. For example, if you have a license classifier, do you still need the license key?
Metadata
Metadata
Assignees
Labels
No labels