Open
Description
Describe the bug
This is a followup for #392 and #477.
It looks like you cargo publish
was run for v0.3.7 on a system that does not support symbolic links - the LICENSE files contain just the string ../LICENSE
and not the actual license text.
If you are going to be publishing from Windows again, symbolic links will not be enough to include the license files, but actual copies of the files will be necessary to have cargo pick them up correctly.
To Reproduce
Download plotters-* crates from crates.io and inspect them. The LICENSE files contain just the string ../LICENSE
instead of the license text.
Version Information
- plotters v0.3.7
- plotters-backend v0.3.7
- plotters-bitmap v0.3.7
- plotters-svg v0.3.7