| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
With the release of PEP-639 the best practice for specifying the license is now to use a license expression in the license field and specify any license files in license-files rather than the table-based approach from PEP-621. Including the license in the classifiers is also no longer allowed when using PEP-639 and has been removed. Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
| description = "Python client for the Prometheus monitoring system." | ||
| readme = "README.md" | ||
| license = { file = "LICENSE" } | ||
| license = "Apache-2.0 AND BSD-2-Clause" |
There was a problem hiding this comment.
BSD-2-Clause is from the decorators file we embed into this library.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
With the release of PEP-639 the best practice for specifying the license is now to use a license expression in the license field and specify any license files in license-files rather than the table-based approach from PEP-621. Including the license in the classifiers is also no longer allowed when using PEP-639 and has been removed.