Author: Jon Dufresne <jon.dufre...@gmail.com> Branch: Changeset: r3118:b93a527ad3b1 Date: 2018-04-10 20:22 -0700 http://bitbucket.org/cffi/cffi/changeset/b93a527ad3b1/
Log: Include license file in the generated wheel package The wheel package format supports including the license file. This is done using the [metadata] section in the setup.cfg file. For additional information on this feature, see: https://wheel.readthedocs.io/en/stable/index.html#including-the- license-in-the-generated-wheel-file Helps project comply with its own license: > The above copyright notice and this permission notice shall be included > in all copies or substantial portions of the Software. diff --git a/setup.cfg b/setup.cfg new file mode 100644 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[metadata] +license_file = LICENSE _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit