diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2017-10-15 19:23:59 -0700 |
|---|---|---|
| committer | Jon Dufresne <jon.dufresne@gmail.com> | 2017-10-15 19:23:59 -0700 |
| commit | b7b19ede1354f962e360c24a7a5e267da889329b (patch) | |
| tree | c7a5fea28361a22f90be4213c53ca024f451f3a9 | |
| parent | 6ef8ad55bdb681d27378cf14e037e572ee4866fb (diff) | |
| download | unidecode-b7b19ede1354f962e360c24a7a5e267da889329b.tar.gz | |
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
| -rw-r--r-- | setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,2 +1,5 @@ [bdist_wheel] universal = 1 + +[metadata] +license_file = LICENSE |
